SlackBuildsOrg/system/courier-prime/doinst.sh
Klaatu a8a0566fc7 system/courier-prime: Added (Free Courier and Courier-like font).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-03-14 05:59:09 +07:00

10 lines
193 B
Bash

# Update the X font indexes:
if [ -x /usr/bin/mkfontdir ]; then
( cd /usr/share/fonts/TTF
mkfontscale .
mkfontdir .
)
fi
if [ -x /usr/bin/fc-cache ]; then
/usr/bin/fc-cache -f
fi