slackbuilds_ponce/system/Iosevka-etoile/doinst.sh
K. Eugene Carlson 98a1263aa9
system/Iosevka-etoile: Added (Slender quasi-proportional typeface)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-10 07:43:13 +07:00

10 lines
203 B
Bash

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