From d99d6aba3e181f287210b69c33cd96fa4507c6b0 Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Mon, 19 Apr 2010 18:52:07 -0400 Subject: misc/conkyforecast Added (weather plugin for conky) --- misc/conkyforecast/doinst.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/conkyforecast/doinst.sh (limited to 'misc/conkyforecast/doinst.sh') 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 + -- cgit v1.2.3