summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2005-11-05 11:33:52 +0000
committerMatthew Allum <mallum@openedhand.com>2005-11-05 11:33:52 +0000
commitfddef42260b200c8adcae01bcbf9ceb489872891 (patch)
tree6322097b0eb02fcf9efbf29c0f91183dd0c68fd2 /openembedded
parent59f98329a9e87d4e02a945febffc54d114f13360 (diff)
downloadpoky-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-xopenembedded/packages/contacts/contacts_0.0.bb4
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
28pkg_postinst_${PN} () {
29 gtk-update-icon-cache /usr/share/icons/hicolor
30}
31