summaryrefslogtreecommitdiff
path: root/yocto-poky/scripts/postinst-intercepts/update_icon_cache
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/scripts/postinst-intercepts/update_icon_cache')
-rw-r--r--yocto-poky/scripts/postinst-intercepts/update_icon_cache3
1 files changed, 2 insertions, 1 deletions
diff --git a/yocto-poky/scripts/postinst-intercepts/update_icon_cache b/yocto-poky/scripts/postinst-intercepts/update_icon_cache
index 8e17a6ac0..9cf2a72a0 100644
--- a/yocto-poky/scripts/postinst-intercepts/update_icon_cache
+++ b/yocto-poky/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_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