summaryrefslogtreecommitdiffstats
path: root/scripts/postinst-intercepts/update_icon_cache
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/postinst-intercepts/update_icon_cache')
-rw-r--r--scripts/postinst-intercepts/update_icon_cache13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/postinst-intercepts/update_icon_cache b/scripts/postinst-intercepts/update_icon_cache
deleted file mode 100644
index 9cf2a72a0c..0000000000
--- a/scripts/postinst-intercepts/update_icon_cache
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# update native pixbuf loaders
-$STAGING_DIR_NATIVE/${libdir_native}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache
-
-for icondir in $D/usr/share/icons/*/ ; do
- if [ -d $icondir ] ; then
- gtk-update-icon-cache -fqt $icondir
- fi
-done
-