summaryrefslogtreecommitdiffstats
path: root/misc/conkyforecast/doinst.sh
diff options
context:
space:
mode:
author M.Dinslage <daedra1980@gmail.com>2011-01-16 00:11:34 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-01-16 00:11:34 -0600
commit0a7698b8ef778b69ff69f400666185b026d0a429 (patch)
tree4e4d49d3e28240aad0cdade135a3afca28179b49 /misc/conkyforecast/doinst.sh
parent19ab11fbd1475a9e857b9fc4f701cfbfdde2d48f (diff)
downloadslackbuilds-0a7698b8ef778b69ff69f400666185b026d0a429.tar.gz
slackbuilds-0a7698b8ef778b69ff69f400666185b026d0a429.tar.xz
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>
Diffstat (limited to 'misc/conkyforecast/doinst.sh')
-rw-r--r--misc/conkyforecast/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/conkyforecast/doinst.sh b/misc/conkyforecast/doinst.sh
index 3884b2a547..8b79d8c94e 100644
--- a/misc/conkyforecast/doinst.sh
+++ b/misc/conkyforecast/doinst.sh
@@ -3,6 +3,9 @@ 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