commit: 1c6238569baceb135d6afecaf039a29e169eb23c
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 17:42:35 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 19:28:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c623856
sys-apps/baobab: ebuild touchups
Don't double the icon cache update calls, now that xdg.eclass
calls it for us.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
sys-apps/baobab/baobab-3.30.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sys-apps/baobab/baobab-3.30.0.ebuild
b/sys-apps/baobab/baobab-3.30.0.ebuild
index cb986279628..f3b34c2ef57 100644
--- a/sys-apps/baobab/baobab-3.30.0.ebuild
+++ b/sys-apps/baobab/baobab-3.30.0.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
@@ -32,11 +32,9 @@ src_prepare() {
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
- gnome2_icon_cache_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
- gnome2_icon_cache_update
}