slackbuilds_ponce/system/artwiz-aleczapka/doinst.sh
Kyle Guinn 0ce5566779 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>
2013-03-03 12:56:40 -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