diff options
Diffstat (limited to 'scripts/postinst-intercepts')
-rw-r--r-- | scripts/postinst-intercepts/update_gtk_icon_cache (renamed from 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_gtk_icon_cache index 212209a9da..99367a2855 100644 --- a/scripts/postinst-intercepts/update_icon_cache +++ b/scripts/postinst-intercepts/update_gtk_icon_cache | |||
@@ -2,10 +2,11 @@ | |||
2 | # | 2 | # |
3 | # SPDX-License-Identifier: MIT | 3 | # SPDX-License-Identifier: MIT |
4 | # | 4 | # |
5 | # Post-install intercept for gtk-icon-cache.bbclass | ||
5 | 6 | ||
6 | set -e | 7 | set -e |
7 | 8 | ||
8 | # update native pixbuf loaders | 9 | # Update native pixbuf loaders |
9 | $STAGING_DIR_NATIVE/${libdir_native}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache | 10 | $STAGING_DIR_NATIVE/${libdir_native}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache |
10 | 11 | ||
11 | for icondir in $D/usr/share/icons/*/ ; do | 12 | for icondir in $D/usr/share/icons/*/ ; do |