diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-04-19 18:52:07 -0400 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-15 10:38:30 +0200 |
commit | d99d6aba3e181f287210b69c33cd96fa4507c6b0 (patch) | |
tree | 0a906ff581024edccb70c1bcd1575959c3ec10bf /misc/conkyforecast/doinst.sh | |
parent | 50cf5d8ac663367bb8297bd5cc73c5d0da40efb8 (diff) | |
download | slackbuilds-d99d6aba3e181f287210b69c33cd96fa4507c6b0.tar.gz |
misc/conkyforecast Added (weather plugin for conky)
Diffstat (limited to 'misc/conkyforecast/doinst.sh')
-rw-r--r-- | misc/conkyforecast/doinst.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/conkyforecast/doinst.sh b/misc/conkyforecast/doinst.sh new file mode 100644 index 0000000000..3884b2a547 --- /dev/null +++ b/misc/conkyforecast/doinst.sh @@ -0,0 +1,11 @@ +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir ]; then + ( cd /usr/share/fonts/TTF + mkfontscale . + mkfontdir . + ) +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi + |