diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-04-13 12:46:56 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-04-13 12:46:56 +0300 |
commit | eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47 (patch) | |
tree | eccd83320cd4f23d622c5f8bdda31b94f7949840 /net-wireless | |
parent | dev-util/anjuta: remove old (diff) | |
download | gentoo-eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47.tar.gz gentoo-eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47.tar.bz2 gentoo-eb774cd6edd07aa07193a04ed2a5ff9b2b1bfd47.zip |
net-wireless/gnome-bluetooth: avoid double icon cache update
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-3.28.2.ebuild | 8 |
1 files changed, 1 insertions, 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 3d98bbae7f45..4b51a84407df 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 -} |