slackbuilds_ponce/system/apple-fonts-Garamond/doinst.sh
Petar Petrov 22243c3bbf
system/apple-fonts-Garamond: Added (Apple fonts Garamond)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-04-29 18:11:38 +07:00

10 lines
165 B
Bash

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