summaryrefslogtreecommitdiff
path: root/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild')
-rw-r--r--x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild b/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild
index 1ce1b54125e6..9ad960d6168b 100644
--- a/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild
+++ b/x11-themes/numix-icon-theme/numix-icon-theme-20.06.07.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit gnome2-utils
+inherit xdg
DESCRIPTION="An official icon theme from the Numix Project"
HOMEPAGE="https://github.com/numixproject"
@@ -17,7 +17,3 @@ src_install() {
insinto /usr/share/icons
doins -r Numix{,-Light}
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }