summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-06 19:42:35 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-06 21:28:21 +0200
commit1c6238569baceb135d6afecaf039a29e169eb23c (patch)
tree75199f2e7bbdbcc9e02873367713432b2f4f75d2 /sys-apps
parentmedia-gfx/gnome-screenshot: update HOMEPAGE (diff)
downloadgentoo-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>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/baobab/baobab-3.30.0.ebuild4
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
}