summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-10 10:14:42 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-10 10:19:10 +0200
commit3ab84771b834903099abd56677a579c38524a4a2 (patch)
treed720173c68d64470c3b793e1b5eded4c9b6a2d0b /xfce-extra
parentxfce-extra/xfce4-windowck-plugin: Add missing postrm (diff)
downloadgentoo-3ab84771b834903099abd56677a579c38524a4a2.tar.gz
gentoo-3ab84771b834903099abd56677a579c38524a4a2.tar.bz2
gentoo-3ab84771b834903099abd56677a579c38524a4a2.zip
xfce-extra/xfdashboard: Add missing postrm
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild4
-rw-r--r--xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild4
2 files changed, 8 insertions, 0 deletions
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
+}