summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/gtk-icon-cache.bbclass6
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() {
6if [ "x$D" != "x" ]; then 6if [ "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}
11else 10else
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() {
25if [ "x$D" != "x" ]; then 24if [ "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}
30else 28else
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