summaryrefslogtreecommitdiffstats
path: root/desktop/gnome-colors/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gnome-colors/doinst.sh')
-rw-r--r--desktop/gnome-colors/doinst.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/desktop/gnome-colors/doinst.sh b/desktop/gnome-colors/doinst.sh
deleted file mode 100644
index 46bc527bd9..0000000000
--- a/desktop/gnome-colors/doinst.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-for theme in brave carbonite colors-common dust human illustrious noble tribute wine wise ; do
- if [ -e usr/share/icons/gnome-$theme/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/gnome-$theme >/dev/null 2>&1
- fi
- fi
-done