SlackBuildsOrg/misc/conkyforecast/doinst.sh
M.Dinslage 0a7698b8ef misc/conkyforecast: Reverted to version 2.12.
Due to problems with 2.13, 2.14, and 2.15.
Contact maintainer for more information.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-01-16 00:11:34 -06:00

14 lines
256 B
Bash

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