slackbuilds_ponce/system/otf-hermit/doinst.sh
Alex-P. Natsios 95a7ae9d46 system/otf-hermit: Added (monospace font).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-05-18 22:33:02 +07:00

12 lines
231 B
Bash

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