diff options
author | 2021-09-10 15:24:30 +0000 | |
---|---|---|
committer | 2021-09-12 17:07:35 -0400 | |
commit | 15b7cead67134fb890a5aa6b0acdbca92c358621 (patch) | |
tree | e551b00fe1364472b2bab6fc4246633dac2e2fc4 /x11-themes/gnome-colors-themes | |
parent | x11-themes/gnome-colors-common: use xdg instead of gnome2-utils (diff) | |
download | gentoo-15b7cead67134fb890a5aa6b0acdbca92c358621.tar.gz gentoo-15b7cead67134fb890a5aa6b0acdbca92c358621.tar.bz2 gentoo-15b7cead67134fb890a5aa6b0acdbca92c358621.zip |
x11-themes/gnome-colors-themes: use xdg instead of gnome2-utils
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22263
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-themes/gnome-colors-themes')
-rw-r--r-- | x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild index 94ffa1b9f6c7..b631c1d47a0a 100644 --- a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild +++ b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2-utils +inherit xdg DESCRIPTION="Some gnome-colors iconsets including a Gentoo one" HOMEPAGE="https://code.google.com/p/gnome-colors/" @@ -31,15 +31,3 @@ src_install() { einstalldocs } - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |