Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/
Date: Sat, 13 Apr 2019 09:47:12
Message-Id: 1555148816.eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47.leio@gentoo
1 commit: eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 09:46:56 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 09:46:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb774cd6
7
8 net-wireless/gnome-bluetooth: avoid double icon cache update
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild | 8 +-------
14 1 file changed, 1 insertion(+), 7 deletions(-)
15
16 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
17 index 3d98bbae7f4..4b51a84407d 100644
18 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
19 +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -53,14 +53,8 @@ src_install() {
27
28 pkg_postinst() {
29 xdg_pkg_postinst
30 - gnome2_icon_cache_update
31 if ! has_version sys-auth/consolekit[acl] && ! has_version sys-apps/systemd[acl] ; then
32 elog "Don't forget to add yourself to the plugdev group "
33 elog "if you want to be able to control bluetooth transmitter."
34 fi
35 }
36 -
37 -pkg_postrm() {
38 - xdg_pkg_postrm
39 - gnome2_icon_cache_update
40 -}