summaryrefslogtreecommitdiffstats
path: root/slackware64/l/gnome-themes-extra/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'slackware64/l/gnome-themes-extra/doinst.sh')
-rw-r--r--slackware64/l/gnome-themes-extra/doinst.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/slackware64/l/gnome-themes-extra/doinst.sh b/slackware64/l/gnome-themes-extra/doinst.sh
deleted file mode 100644
index 9b0defbe9..000000000
--- a/slackware64/l/gnome-themes-extra/doinst.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-for i in HighContrast Adwaita ; do
- if [ -e usr/share/icons/$theme/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/$theme >/dev/null 2>&1
- fi
- fi
-done
-