SlackBuildsOrg/system/fira-fonts/doinst.sh
David O'Shaughnessy 0fd3d5fb28
system/fira-fonts: Added (Open Source Type Font).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-07-30 06:03:46 +07: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