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 | poky-fddef42260b200c8adcae01bcbf9ceb489872891.tar.gz |
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 a337ed796b..ef2d1b1b93 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 \ | |||
25 | ${datadir}/icons/hicolor/48x48/stock/*/*.png \ | 25 | ${datadir}/icons/hicolor/48x48/stock/*/*.png \ |
26 | ${datadir}/icons/hicolor/index.theme" | 26 | ${datadir}/icons/hicolor/index.theme" |
27 | 27 | ||
28 | pkg_postinst_${PN} () { | ||
29 | gtk-update-icon-cache /usr/share/icons/hicolor | ||
30 | } | ||
31 | |||