summaryrefslogtreecommitdiffstats
path: root/desktop/papirus-icon-theme/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/papirus-icon-theme/doinst.sh')
-rw-r--r--desktop/papirus-icon-theme/doinst.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/desktop/papirus-icon-theme/doinst.sh b/desktop/papirus-icon-theme/doinst.sh
deleted file mode 100644
index fe41c427bf..0000000000
--- a/desktop/papirus-icon-theme/doinst.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-for theme in @THEMES@; 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 -f usr/share/icons/$theme >/dev/null 2>&1
- fi
- fi
-done
-