commit: 3ab84771b834903099abd56677a579c38524a4a2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 08:14:42 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 08:19:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab84771
xfce-extra/xfdashboard: Add missing postrm
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 853578156a6..d902d664328 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 8639f9ddf74..fb15a154f97 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
+}