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