diff options
Diffstat (limited to 'scripts/postinst-intercepts/update_icon_cache')
-rw-r--r-- | scripts/postinst-intercepts/update_icon_cache | 3 |
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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | set -e | 3 | set -e |
4 | |||
4 | # update native pixbuf loaders | 5 | # update native pixbuf loaders |
5 | gdk-pixbuf-query-loaders --update-cache | 6 | ${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache |
6 | 7 | ||
7 | for icondir in $D/usr/share/icons/*/ ; do | 8 | for icondir in $D/usr/share/icons/*/ ; do |
8 | if [ -d $icondir ] ; then | 9 | if [ -d $icondir ] ; then |