summaryrefslogtreecommitdiffstats
path: root/abs/extra/ttf-freefont/ttf-freefont.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/ttf-freefont/ttf-freefont.install')
-rw-r--r--abs/extra/ttf-freefont/ttf-freefont.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/extra/ttf-freefont/ttf-freefont.install b/abs/extra/ttf-freefont/ttf-freefont.install
deleted file mode 100644
index 0705eb5..0000000
--- a/abs/extra/ttf-freefont/ttf-freefont.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-