summaryrefslogtreecommitdiffstats
path: root/misc/krename/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/krename/doinst.sh')
-rw-r--r--misc/krename/doinst.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/krename/doinst.sh b/misc/krename/doinst.sh
deleted file mode 100644
index 0d2fdbbd5e..0000000000
--- a/misc/krename/doinst.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
-
-if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-
-if [ -e usr/share/icons/locolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache -f usr/share/icons/locolor >/dev/null 2>&1
- fi
-fi
-