Gentoo Archives: gentoo-commits

From: Maciej Mrozowski <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/kadu/
Date: Sat, 04 Nov 2017 03:26:42
Message-Id: 1509765895.400adb4ed54f19eb3d8266e1599edef3a78f660a.reavertm@gentoo
1 commit: 400adb4ed54f19eb3d8266e1599edef3a78f660a
2 Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 4 03:24:29 2017 +0000
4 Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 03:24:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400adb4e
7
8 net-im/kadu: Add missing update of icon cache in postrm for lesser DEs, bug 630464
9
10 net-im/kadu/kadu-4.3-r1.ebuild | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/net-im/kadu/kadu-4.3-r1.ebuild b/net-im/kadu/kadu-4.3-r1.ebuild
14 index b33c0729b45..64b44fa43c1 100644
15 --- a/net-im/kadu/kadu-4.3-r1.ebuild
16 +++ b/net-im/kadu/kadu-4.3-r1.ebuild
17 @@ -137,3 +137,7 @@ src_configure() {
18 pkg_postinst() {
19 gnome2_icon_cache_update
20 }
21 +
22 +pkg_postrm() {
23 + gnome2_icon_cache_update
24 +}