mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
b113064ac7
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
203 B
Bash
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
|