diff options
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 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 |