diff options
author | Kyle Guinn <elyk03@gmail.com> | 2013-03-03 12:59:05 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-03-03 12:59:05 -0600 |
commit | 98c36712f2572600997edf1d3c27c28d85218c9e (patch) | |
tree | 7ec87a96ab574d4c66a24dac04a51b00603452be /system/artwiz-cursor/doinst.sh | |
parent | 0ce556677919eac99d16740c81f84ba91cb45bda (diff) | |
download | slackbuilds-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.sh | 9 |
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 |