summaryrefslogtreecommitdiffstats
path: root/system/artwiz-aleczapka/doinst.sh
diff options
context:
space:
mode:
author Kyle Guinn2010-05-11 20:01:52 +0200
committer Robby Workman2010-05-11 20:01:52 +0200
commitb0d02a1f054fc4dbc9a57daa91db213e3abe2180 (patch)
tree2ba0452d2e41ac0fe8e0a41b1aa6f05d3448e522 /system/artwiz-aleczapka/doinst.sh
parentfd299742f98a1ca6fc30320d5ddad96f58854d47 (diff)
downloadslackbuilds-b0d02a1f054fc4dbc9a57daa91db213e3abe2180.tar.gz
system/artwiz-aleczapka: Added to 12.0 repository
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