commit: c1d10ea1f9868d0279bb68e41a88d7849983fabf Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com> AuthorDate: Mon Jan 22 02:18:04 2018 +0000 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com> CommitDate: Mon Jan 22 02:18:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=c1d10ea1
add gnome2_icon_cache_update() sys-apps/0install/0install-2.12.3.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sys-apps/0install/0install-2.12.3.ebuild b/sys-apps/0install/0install-2.12.3.ebuild index 50b9456..dccfed2 100644 --- a/sys-apps/0install/0install-2.12.3.ebuild +++ b/sys-apps/0install/0install-2.12.3.ebuild @@ -3,6 +3,8 @@ EAPI=6 +inherit gnome2-utils + DESCRIPTION="Zeroinstall Injector allows regular users to install software themselves" HOMEPAGE="http://0install.net/" SRC_URI="https://sourceforge.net/projects/zero-install/files/${PN}/${PV}/${P}.tar.bz2" @@ -42,3 +44,13 @@ src_install() { einstalldocs } +pkg_postinst() +{ + gnome2_icon_cache_update() +} + +pkg_postrm() +{ + gnome2_icon_cache_update() +} +