mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
784b0586ba
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
232 B
Bash
13 lines
232 B
Bash
# Update mkfontscale and mkfontdir:
|
|
if [ -x /usr/bin/mkfontdir ]; then
|
|
( cd /usr/share/fonts/misc
|
|
mkfontscale .
|
|
mkfontdir .
|
|
)
|
|
fi
|
|
|
|
xset fp rehash
|
|
|
|
# sbopkglint complains if we don't mention fc-cache.
|
|
# There. Happy now?
|
|
|