summaryrefslogtreecommitdiffstats
path: root/system/artwiz-cursor/doinst.sh
diff options
context:
space:
mode:
author Kyle Guinn2013-03-03 19:59:05 +0100
committer Robby Workman2013-03-03 19:59:05 +0100
commit98c36712f2572600997edf1d3c27c28d85218c9e (patch)
tree7ec87a96ab574d4c66a24dac04a51b00603452be /system/artwiz-cursor/doinst.sh
parent0ce556677919eac99d16740c81f84ba91cb45bda (diff)
downloadslackbuilds-98c36712f2572600997edf1d3c27c28d85218c9e.tar.gz
system/artwiz-cursor: Added (futuristic mouse cursor for X11)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/artwiz-cursor/doinst.sh')
-rw-r--r--system/artwiz-cursor/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/artwiz-cursor/doinst.sh b/system/artwiz-cursor/doinst.sh
new file mode 100644
index 0000000000..887e064938
--- /dev/null
+++ b/system/artwiz-cursor/doinst.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+# Update the X font indexes:
+if [ -x /usr/bin/mkfontdir ]; then
+ /usr/bin/mkfontscale /usr/share/fonts/misc
+ /usr/bin/mkfontdir /usr/share/fonts/misc
+fi
+if [ -x /usr/bin/fc-cache ]; then
+ /usr/bin/fc-cache -f
+fi