diff options
| -rw-r--r-- | meta/classes/gtk-icon-cache.bbclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 6195fa4526..425397af3a 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass | |||
| @@ -6,8 +6,7 @@ gtk_icon_cache_postinst() { | |||
| 6 | if [ "x$D" != "x" ]; then | 6 | if [ "x$D" != "x" ]; then |
| 7 | $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \ | 7 | $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \ |
| 8 | mlprefix=${MLPREFIX} \ | 8 | mlprefix=${MLPREFIX} \ |
| 9 | libdir=${libdir} \ | 9 | libdir=${libdir} |
| 10 | STAGING_LIBDIR_NATIVE=${STAGING_LIBDIR_NATIVE} | ||
| 11 | else | 10 | else |
| 12 | 11 | ||
| 13 | # Update the pixbuf loaders in case they haven't been registered yet | 12 | # Update the pixbuf loaders in case they haven't been registered yet |
| @@ -25,8 +24,7 @@ gtk_icon_cache_postrm() { | |||
| 25 | if [ "x$D" != "x" ]; then | 24 | if [ "x$D" != "x" ]; then |
| 26 | $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \ | 25 | $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \ |
| 27 | mlprefix=${MLPREFIX} \ | 26 | mlprefix=${MLPREFIX} \ |
| 28 | libdir=${libdir} \ | 27 | libdir=${libdir} |
| 29 | STAGING_LIBDIR_NATIVE=${STAGING_LIBDIR_NATIVE} | ||
| 30 | else | 28 | else |
| 31 | for icondir in /usr/share/icons/* ; do | 29 | for icondir in /usr/share/icons/* ; do |
| 32 | if [ -d $icondir ] ; then | 30 | if [ -d $icondir ] ; then |
