diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-11-05 11:35:35 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-11-05 11:35:35 +0000 |
commit | 722f400c1cf04aaa90c760f3b6507492c74235fc (patch) | |
tree | 81f21baeff7336de548c0e327cc6ef890d38f58f | |
parent | fddef42260b200c8adcae01bcbf9ceb489872891 (diff) | |
download | poky-722f400c1cf04aaa90c760f3b6507492c74235fc.tar.gz |
Add postinst to run gtk-update-icon-cache
git-svn-id: https://svn.o-hand.com/repos/poky@175 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-x | openembedded/packages/dates/dates_svn.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openembedded/packages/dates/dates_svn.bb b/openembedded/packages/dates/dates_svn.bb index 6ba9ec718e..8c7b15e9c1 100755 --- a/openembedded/packages/dates/dates_svn.bb +++ b/openembedded/packages/dates/dates_svn.bb | |||
@@ -15,3 +15,7 @@ inherit autotools pkgconfig | |||
15 | 15 | ||
16 | CFLAGS_prepend = " -DFRAMES=5 " | 16 | CFLAGS_prepend = " -DFRAMES=5 " |
17 | FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-dates.png" | 17 | FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-dates.png" |
18 | |||
19 | pkg_postinst_${PN} () { | ||
20 | gtk-update-icon-cache /usr/share/icons/hicolor | ||
21 | } | ||