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