diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-11-05 11:33:52 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-11-05 11:33:52 +0000 |
commit | fddef42260b200c8adcae01bcbf9ceb489872891 (patch) | |
tree | 6322097b0eb02fcf9efbf29c0f91183dd0c68fd2 /openembedded | |
parent | 59f98329a9e87d4e02a945febffc54d114f13360 (diff) | |
download | openembedded-core-fddef42260b200c8adcae01bcbf9ceb489872891.tar.gz openembedded-core-fddef42260b200c8adcae01bcbf9ceb489872891.tar.bz2 openembedded-core-fddef42260b200c8adcae01bcbf9ceb489872891.tar.xz openembedded-core-fddef42260b200c8adcae01bcbf9ceb489872891.zip |
Add postinst to run gtk-update-icon-cache
git-svn-id: https://svn.o-hand.com/repos/poky@174 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rwxr-xr-x | openembedded/packages/contacts/contacts_0.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openembedded/packages/contacts/contacts_0.0.bb b/openembedded/packages/contacts/contacts_0.0.bb index a337ed796..ef2d1b1b9 100755 --- a/openembedded/packages/contacts/contacts_0.0.bb +++ b/openembedded/packages/contacts/contacts_0.0.bb @@ -25,3 +25,7 @@ FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ ${datadir}/icons/hicolor/48x48/stock/*/*.png \ ${datadir}/icons/hicolor/index.theme" +pkg_postinst_${PN} () { + gtk-update-icon-cache /usr/share/icons/hicolor +} + |