From c1d10ea1f9868d0279bb68e41a88d7849983fabf Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Sun, 21 Jan 2018 21:18:04 -0500 Subject: add gnome2_icon_cache_update() --- sys-apps/0install/0install-2.12.3.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sys-apps') 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() +} + -- cgit v1.2.3-65-gdbad