slackbuilds_ponce/system/ttf-babelstone-tibetan/doinst.sh
Vijay Marcel ca7734cb6a
system/ttf-babelstone-tibetan: Added (Babelstone Tibetan Fonts).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-09-29 22:44:40 +07:00

13 lines
246 B
Bash

# Update the X font indexes:
if [ -x /usr/bin/mkfontdir ]; then
( cd /usr/share/fonts/TTF
mkfontscale .
mkfontdir .
)
fi
[ "$DISPLAY" != "" ] && xset fp rehash 2>/dev/null
if [ -x /usr/bin/fc-cache ]; then
/usr/bin/fc-cache -f
fi