slackbuilds_ponce/system/nanum-fonts-ttf/doinst.sh
Young Chol Song 4561099ab3 system/nanum-fonts-ttf: Added (Korean TrueType Fonts)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-08-11 20:28:34 -03: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