mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
101684046c
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
178 B
Bash
8 lines
178 B
Bash
if [ -x /usr/bin/mkfontdir -o -x /usr/X11R6/bin/mkfontdir ]; then
|
|
( cd /usr/share/fonts/misc
|
|
mkfontdir .
|
|
)
|
|
fi
|
|
if [ -x /usr/bin/fc-cache ]; then
|
|
/usr/bin/fc-cache -f
|
|
fi
|