slackbuilds_ponce/system/courier-screenplay/doinst.sh
M.Dinslage ed58965e8c system/courier-screenplay: Added (a courier font).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-03-17 08:51:45 +07:00

11 lines
194 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