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