aboutsummaryrefslogtreecommitdiffstats
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_cache3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/postinst-intercepts/update_icon_cache b/scripts/postinst-intercepts/update_icon_cache
index 8e17a6ac0c..c02273d52a 100644
--- a/scripts/postinst-intercepts/update_icon_cache
+++ b/scripts/postinst-intercepts/update_icon_cache
@@ -1,8 +1,9 @@
#!/bin/sh
set -e
+
# update native pixbuf loaders
-gdk-pixbuf-query-loaders --update-cache
+${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache
for icondir in $D/usr/share/icons/*/ ; do
if [ -d $icondir ] ; then