summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2021-09-10 15:23:39 +0000
committerIonen Wolkens <ionen@gentoo.org>2021-09-12 17:07:35 -0400
commitf5477e0838f27dbecd7add2f6b89ecf9d61bd887 (patch)
treeeb588e2df2ce19e90233dda52635d7653ea76100 /x11-themes
parentx11-themes/gartoon-redux: use xdg instead of gnome2-utils (diff)
downloadgentoo-f5477e0838f27dbecd7add2f6b89ecf9d61bd887.tar.gz
gentoo-f5477e0838f27dbecd7add2f6b89ecf9d61bd887.tar.bz2
gentoo-f5477e0838f27dbecd7add2f6b89ecf9d61bd887.zip
x11-themes/gnome-colors-common: use xdg instead of gnome2-utils
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
index 2370f83c992f..09ae8ff4c505 100644
--- a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
+++ b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit gnome2-utils
+inherit xdg
DESCRIPTION="Colorized icons shared between all gnome-colors iconsets"
HOMEPAGE="https://code.google.com/p/gnome-colors/"
@@ -44,15 +44,3 @@ src_install() {
einstalldocs
}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}