slackbuilds_ponce/system/fantasque-sans-mono/doinst.sh
klorophatu 47056bddc4 system/fantasque-sans-mono: Added (monospaced programming font)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-02 23:33:51 -06:00

10 lines
203 B
Bash

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