From: Michał Górny Date: Wed, 10 Apr 2019 08:14:42 +0000 (+0200) Subject: xfce-extra/xfdashboard: Add missing postrm X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3ab84771b834903099abd56677a579c38524a4a2;p=gentoo.git xfce-extra/xfdashboard: Add missing postrm Signed-off-by: Michał Górny --- diff --git a/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild index 853578156a6f..d902d6643284 100644 --- a/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild +++ b/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild @@ -39,3 +39,7 @@ src_install() { pkg_postinst() { xdg_icon_cache_update } + +pkg_postrm() { + xdg_icon_cache_update +} diff --git a/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild index 8639f9ddf744..fb15a154f978 100644 --- a/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild +++ b/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild @@ -38,3 +38,7 @@ src_install() { pkg_postinst() { xdg_icon_cache_update } + +pkg_postrm() { + xdg_icon_cache_update +}