From 3ab84771b834903099abd56677a579c38524a4a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 10 Apr 2019 10:14:42 +0200 Subject: [PATCH] xfce-extra/xfdashboard: Add missing postrm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild | 4 ++++ xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild | 4 ++++ 2 files changed, 8 insertions(+) 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 +} -- 2.26.2