slackbuilds_ponce/games/xconq/doinst.sh
Judah Milgram 784b0586ba
games/xconq: Added (The School for Strategy).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-06-15 07:37:53 +07:00

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?