Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfdashboard/
Date: Wed, 10 Apr 2019 08:19:25
Message-Id: 1554884350.3ab84771b834903099abd56677a579c38524a4a2.mgorny@gentoo
1 commit: 3ab84771b834903099abd56677a579c38524a4a2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 08:14:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 08:19:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab84771
7
8 xfce-extra/xfdashboard: Add missing postrm
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild | 4 ++++
13 xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild | 4 ++++
14 2 files changed, 8 insertions(+)
15
16 diff --git a/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild
17 index 853578156a6..d902d664328 100644
18 --- a/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild
19 +++ b/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild
20 @@ -39,3 +39,7 @@ src_install() {
21 pkg_postinst() {
22 xdg_icon_cache_update
23 }
24 +
25 +pkg_postrm() {
26 + xdg_icon_cache_update
27 +}
28
29 diff --git a/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild
30 index 8639f9ddf74..fb15a154f97 100644
31 --- a/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild
32 +++ b/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild
33 @@ -38,3 +38,7 @@ src_install() {
34 pkg_postinst() {
35 xdg_icon_cache_update
36 }
37 +
38 +pkg_postrm() {
39 + xdg_icon_cache_update
40 +}