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