slackbuilds_ponce/system/GentiumPlus/doinst.sh
Gene Carlson 4c476cf4e0 system/GentiumPlus: Updated for version 6.200 and new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-07-15 10:33:33 +07:00

11 lines
225 B
Bash

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