From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AD891396D9 for ; Sat, 4 Nov 2017 03:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25DA6E0824; Sat, 4 Nov 2017 03:26:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02D70E0824 for ; Sat, 4 Nov 2017 03:26:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A51833BE18 for ; Sat, 4 Nov 2017 03:26:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F25029431 for ; Sat, 4 Nov 2017 03:26:37 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1509765895.400adb4ed54f19eb3d8266e1599edef3a78f660a.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/kadu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/kadu/kadu-4.3-r1.ebuild X-VCS-Directories: net-im/kadu/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: 400adb4ed54f19eb3d8266e1599edef3a78f660a X-VCS-Branch: master Date: Sat, 4 Nov 2017 03:26:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 193a10fc-b60a-47a7-8000-8ac096c9fc04 X-Archives-Hash: e41bf1c5d9982f71e3f0a863ed0e10d2 commit: 400adb4ed54f19eb3d8266e1599edef3a78f660a Author: Maciej Mrozowski gentoo org> AuthorDate: Sat Nov 4 03:24:29 2017 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Sat Nov 4 03:24:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400adb4e net-im/kadu: Add missing update of icon cache in postrm for lesser DEs, bug 630464 net-im/kadu/kadu-4.3-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-im/kadu/kadu-4.3-r1.ebuild b/net-im/kadu/kadu-4.3-r1.ebuild index b33c0729b45..64b44fa43c1 100644 --- a/net-im/kadu/kadu-4.3-r1.ebuild +++ b/net-im/kadu/kadu-4.3-r1.ebuild @@ -137,3 +137,7 @@ src_configure() { pkg_postinst() { gnome2_icon_cache_update } + +pkg_postrm() { + gnome2_icon_cache_update +}