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 E7BA7138334 for ; Sat, 13 Apr 2019 09:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF596E0916; Sat, 13 Apr 2019 09:47:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B3081E0916 for ; Sat, 13 Apr 2019 09:47:11 +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 CAB14340E74 for ; Sat, 13 Apr 2019 09:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A371F59F for ; Sat, 13 Apr 2019 09:47:07 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1555148816.eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild X-VCS-Directories: net-wireless/gnome-bluetooth/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47 X-VCS-Branch: master Date: Sat, 13 Apr 2019 09:47:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 863f749e-8700-4d51-9a37-8553bbdac057 X-Archives-Hash: a517c3fa1d892e0f0026eeea3e1be505 commit: eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 13 09:46:56 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 13 09:46:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb774cd6 net-wireless/gnome-bluetooth: avoid double icon cache update Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild index 3d98bbae7f4..4b51a84407d 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -53,14 +53,8 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - gnome2_icon_cache_update if ! has_version sys-auth/consolekit[acl] && ! has_version sys-apps/systemd[acl] ; then elog "Don't forget to add yourself to the plugdev group " elog "if you want to be able to control bluetooth transmitter." fi } - -pkg_postrm() { - xdg_pkg_postrm - gnome2_icon_cache_update -}