Package-Manager: Portage-2.3.48, Repoman-2.3.10
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9667
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools gnome.org
+inherit autotools gnome.org gnome2-utils
DESCRIPTION="Standard Themes for GNOME Applications"
HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
--disable-gtk3-engine \
GTK_UPDATE_ICON_CACHE=$(type -P true)
}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}