summaryrefslogtreecommitdiff
path: root/pcr/otf-stix/otf-stix.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/otf-stix/otf-stix.install')
-rw-r--r--pcr/otf-stix/otf-stix.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/otf-stix/otf-stix.install b/pcr/otf-stix/otf-stix.install
deleted file mode 100644
index 5d66bc226..000000000
--- a/pcr/otf-stix/otf-stix.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-