Add postinst to run gtk-update-icon-cache

git-svn-id: https://svn.o-hand.com/repos/poky@174 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2005-11-05 11:33:52 +00:00
parent 59f98329a9
commit fddef42260
1 changed files with 4 additions and 0 deletions

View File

@ -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
}