diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-06 19:42:35 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-06 21:28:21 +0200 |
commit | 1c6238569baceb135d6afecaf039a29e169eb23c (patch) | |
tree | 75199f2e7bbdbcc9e02873367713432b2f4f75d2 | |
parent | media-gfx/gnome-screenshot: update HOMEPAGE (diff) | |
download | gentoo-1c6238569baceb135d6afecaf039a29e169eb23c.tar.gz gentoo-1c6238569baceb135d6afecaf039a29e169eb23c.tar.bz2 gentoo-1c6238569baceb135d6afecaf039a29e169eb23c.zip |
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@gentoo.org>
-rw-r--r-- | sys-apps/baobab/baobab-3.30.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/baobab/baobab-3.30.0.ebuild b/sys-apps/baobab/baobab-3.30.0.ebuild index cb9862796281..f3b34c2ef577 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 } |