slackbuilds_ponce/system/artwiz-cursor/doinst.sh
Kyle Guinn 98c36712f2 system/artwiz-cursor: Added (futuristic mouse cursor for X11)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-03-03 12:59:05 -06:00

9 lines
225 B
Bash

#!/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