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