slackbuilds_ponce/system/CNS11643-font/doinst.sh
CCHsu 97db8f9df7 system/CNS11643-font: Updated for version 20180105.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-01-20 12:56:46 +00: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