summaryrefslogtreecommitdiffstats
path: root/system/artwiz-aleczapka/doinst.sh
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2013-03-03 12:56:40 -0600
committer Robby Workman <rworkman@slackbuilds.org>2013-03-03 12:56:40 -0600
commit0ce556677919eac99d16740c81f84ba91cb45bda (patch)
tree33bc6f4d8471761645e24e9ec4715b53a3e38e6c /system/artwiz-aleczapka/doinst.sh
parente82df38da0f608d618b623fe024ab3fa8950bb17 (diff)
downloadslackbuilds-0ce556677919eac99d16740c81f84ba91cb45bda.tar.gz
slackbuilds-0ce556677919eac99d16740c81f84ba91cb45bda.tar.xz
system/artwiz-aleczapka: Reworked (split cursor font out)
The cursor font is not in a separate package. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/artwiz-aleczapka/doinst.sh')
-rw-r--r--system/artwiz-aleczapka/doinst.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/system/artwiz-aleczapka/doinst.sh b/system/artwiz-aleczapka/doinst.sh
index 79208337b7..887e064938 100644
--- a/system/artwiz-aleczapka/doinst.sh
+++ b/system/artwiz-aleczapka/doinst.sh
@@ -1,12 +1,9 @@
#!/bin/sh
-# Update mkfontscale and mkfontdir:
+# Update the X font indexes:
if [ -x /usr/bin/mkfontdir ]; then
- ( cd /usr/share/fonts/misc
- mkfontscale .
- mkfontdir .
- )
+ /usr/bin/mkfontscale /usr/share/fonts/misc
+ /usr/bin/mkfontdir /usr/share/fonts/misc
fi
-# Update the X font indexes:
if [ -x /usr/bin/fc-cache ]; then
/usr/bin/fc-cache -f
fi