summaryrefslogtreecommitdiffstats
path: root/meta/classes/gtk-icon-cache.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/gtk-icon-cache.bbclass')
-rw-r--r--meta/classes/gtk-icon-cache.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass
index 0f68e6812b..8726fabdbf 100644
--- a/meta/classes/gtk-icon-cache.bbclass
+++ b/meta/classes/gtk-icon-cache.bbclass
@@ -1,5 +1,8 @@
1FILES_${PN} += "${datadir}/icons/hicolor" 1FILES_${PN} += "${datadir}/icons/hicolor"
2 2
3# This could run on the host as icon cache files are architecture independent,
4# but there is no gtk-update-icon-cache built natively.
5
3gtk-icon-cache_postinst() { 6gtk-icon-cache_postinst() {
4if [ "x$D" != "x" ]; then 7if [ "x$D" != "x" ]; then
5 exit 1 8 exit 1