diff options
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 |
commit | 0a7698b8ef778b69ff69f400666185b026d0a429 (patch) | |
tree | 4e4d49d3e28240aad0cdade135a3afca28179b49 /misc/conkyforecast/doinst.sh | |
parent | 19ab11fbd1475a9e857b9fc4f701cfbfdde2d48f (diff) |
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.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/conkyforecast/doinst.sh b/misc/conkyforecast/doinst.sh index 3884b2a547c3..8b79d8c94e88 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 |