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/xfce4-notes-plugin/
Date: Wed, 10 Apr 2019 08:19:23
Message-Id: 1554884348.4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150.mgorny@gentoo
1 commit: 4cc3c5e999e7e14b04faf7412f20bbd9ce4ab150
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 08:14:30 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 08:19:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc3c5e9
7
8 xfce-extra/xfce4-notes-plugin: Add missing postrm
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild
16 index b942e7c272a..2d2897fe14b 100644
17 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild
18 +++ b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1-r1.ebuild
19 @@ -33,3 +33,7 @@ src_install() {
20 pkg_postinst() {
21 xdg_icon_cache_update
22 }
23 +
24 +pkg_postrm() {
25 + xdg_icon_cache_update
26 +}