summaryrefslogtreecommitdiffstats
path: root/misc/conkyforecast/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/conkyforecast/doinst.sh')
-rw-r--r--misc/conkyforecast/doinst.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/conkyforecast/doinst.sh b/misc/conkyforecast/doinst.sh
deleted file mode 100644
index 8b79d8c94e..0000000000
--- a/misc/conkyforecast/doinst.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-# Update the X font indexes:
-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
- /usr/bin/fc-cache -f
-fi
-