From 352af7764e6017fa93ce648c186ebb8cf6db5aa8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 14 Dec 2020 17:33:31 +0100 Subject: xfce-base/garcon: Update icon cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/760015 Signed-off-by: Michał Górny --- xfce-base/garcon/garcon-0.7.3.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'xfce-base/garcon') diff --git a/xfce-base/garcon/garcon-0.7.3.ebuild b/xfce-base/garcon/garcon-0.7.3.ebuild index 1f205f520f8f..6433ea9ccb51 100644 --- a/xfce-base/garcon/garcon-0.7.3.ebuild +++ b/xfce-base/garcon/garcon-0.7.3.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit xdg-utils + DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library" HOMEPAGE="https://docs.xfce.org/xfce/exo/start" SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" @@ -39,3 +41,11 @@ src_install() { find "${D}" -name '*.la' -delete || die } + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} -- cgit v1.2.3-65-gdbad