diff options
author | Ross Burton <ross@openedhand.com> | 2007-04-16 12:41:25 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-04-16 12:41:25 +0000 |
commit | 075d2b7ecb713d594e4b15f9519dae36becfaba0 (patch) | |
tree | b9dba99ba9e3ec26347f9b1b0d1c2a110fd40cc0 | |
parent | 9d4deb372309a58c58514888c5f3273264901861 (diff) | |
download | poky-075d2b7ecb713d594e4b15f9519dae36becfaba0.tar.gz |
Add comment
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1513 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/gtk-icon-cache.bbclass | 3 |
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 @@ | |||
1 | FILES_${PN} += "${datadir}/icons/hicolor" | 1 | FILES_${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 | |||
3 | gtk-icon-cache_postinst() { | 6 | gtk-icon-cache_postinst() { |
4 | if [ "x$D" != "x" ]; then | 7 | if [ "x$D" != "x" ]; then |
5 | exit 1 | 8 | exit 1 |