summarylogtreecommitdiffstats
path: root/otf-xits.install
diff options
context:
space:
mode:
Diffstat (limited to 'otf-xits.install')
-rw-r--r--otf-xits.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/otf-xits.install b/otf-xits.install
deleted file mode 100644
index 0476998b74dc..000000000000
--- a/otf-xits.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}