From: Jeroen Roovers Date: Fri, 27 Sep 2019 13:06:07 +0000 (+0200) Subject: x11-themes/yasis-icon-theme: gnome2-utils => xdg-utils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6c5bb67fc8bed9784f950893e3a9435c4e83f6b5;p=gentoo.git x11-themes/yasis-icon-theme: gnome2-utils => xdg-utils Package-Manager: Portage-2.3.76, Repoman-2.3.17 Bug: https://bugs.gentoo.org/695366 Signed-off-by: Jeroen Roovers --- diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild index 2dfde6c04d38..f14489c8268a 100644 --- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild +++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit gnome2-utils +inherit xdg-utils DESCRIPTION="A scalable icon theme called Yasis" HOMEPAGE="http://www.silvestre.com.ar/" @@ -28,6 +28,9 @@ src_install() { doins -r yasis } -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } +pkg_postinst() { + xdg_icon_cache_update +} +pkg_postrm() { + xdg_icon_cache_update +}