From 33efa55e1b84433595bdf1c0f0cc32d00a851121 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Fri, 5 Nov 2021 20:03:51 +0100 Subject: Drop unsupported with EAPI=7 commands --- x11-wm/compiz/compiz-9999.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'x11-wm/compiz/compiz-9999.ebuild') diff --git a/x11-wm/compiz/compiz-9999.ebuild b/x11-wm/compiz/compiz-9999.ebuild index 418230e..50b92e5 100644 --- a/x11-wm/compiz/compiz-9999.ebuild +++ b/x11-wm/compiz/compiz-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} ) -inherit cmake eutils gnome2-utils xdg-utils python-single-r1 toolchain-funcs +inherit cmake eutils xdg-utils python-single-r1 toolchain-funcs if [[ ${PV} == 9999* ]]; then inherit git-r3 @@ -141,13 +141,7 @@ src_install() { python_optimize } -pkg_preinst() { - use gnome && gnome2_gconf_savelist - gnome2_icon_savelist -} - pkg_postinst() { - use gnome && gnome2_gconf_install xdg_desktop_database_update xdg_icon_cache_update if use dbus; then @@ -156,10 +150,6 @@ pkg_postinst() { fi } -pkg_prerm() { - use gnome && gnome2_gconf_uninstall -} - pkg_postrm() { xdg_desktop_database_update xdg_icon_cache_update -- cgit v1.2.3