summaryrefslogtreecommitdiffstats
path: root/system/hack-font-ttf/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/hack-font-ttf/doinst.sh')
-rw-r--r--system/hack-font-ttf/doinst.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/hack-font-ttf/doinst.sh b/system/hack-font-ttf/doinst.sh
deleted file mode 100644
index bdb050188d..0000000000
--- a/system/hack-font-ttf/doinst.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# Update the X font indexes:
-if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then
- ( cd /usr/share/fonts/TTF
- mkfontscale .
- mkfontdir .
- )
-fi
-if [ -x /usr/bin/fc-cache ]; then
- /usr/bin/fc-cache -f
-fi