diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-09-27 15:06:07 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-09-27 15:06:46 +0200 |
commit | 6c5bb67fc8bed9784f950893e3a9435c4e83f6b5 (patch) | |
tree | ba75982a48cb43d9437642eab14e7f610cc568fb /x11-themes/yasis-icon-theme | |
parent | x11-themes/nuovo-icon-theme: gnome2-utils => xdg-utils (diff) | |
download | gentoo-6c5bb67fc8bed9784f950893e3a9435c4e83f6b5.tar.gz gentoo-6c5bb67fc8bed9784f950893e3a9435c4e83f6b5.tar.bz2 gentoo-6c5bb67fc8bed9784f950893e3a9435c4e83f6b5.zip |
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 <jer@gentoo.org>
Diffstat (limited to 'x11-themes/yasis-icon-theme')
-rw-r--r-- | x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
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 +} |