summaryrefslogtreecommitdiffstats
path: root/system/gnu-unifont/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/gnu-unifont/doinst.sh')
-rw-r--r--system/gnu-unifont/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/gnu-unifont/doinst.sh b/system/gnu-unifont/doinst.sh
new file mode 100644
index 0000000000..2822cf238c
--- /dev/null
+++ b/system/gnu-unifont/doinst.sh
@@ -0,0 +1,9 @@
+# Update the X font indexes:
+if [ -x /usr/bin/mkfontdir ]; then
+ ( cd /usr/share/fonts/misc ; mkfontscale . ; mkfontdir . )
+ ( cd /usr/share/fonts/TTF ; mkfontscale . ; mkfontdir . )
+fi
+
+if [ -x /usr/bin/fc-cache ]; then
+ /usr/bin/fc-cache -f
+fi