slackbuilds_ponce/system/symbola-font-ttf/doinst.sh
Alexander Verbovetsky 8dcbffd41a
system/symbola-font-ttf: Added (unicode symbol blocks)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-07-30 08:28:43 +07:00

10 lines
193 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