From ed3e14cc243d50794aa5bbdfb73f95348179e4a2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 16 Apr 2007 12:41:25 +0000 Subject: [PATCH] Add comment git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1513 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/classes/gtk-icon-cache.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 0f68e68..8726fab 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass @@ -1,5 +1,8 @@ FILES_${PN} += "${datadir}/icons/hicolor" +# This could run on the host as icon cache files are architecture independent, +# but there is no gtk-update-icon-cache built natively. + gtk-icon-cache_postinst() { if [ "x$D" != "x" ]; then exit 1 -- 2.7.4