slackbuilds_ponce/system/dina-font/doinst.sh
Binh Nguyen 2cca181910 system/dina-font: Added (a monospace bitmap font)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-12-29 01:08:49 -06:00

10 lines
194 B
Bash

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