diff options
-rw-r--r-- | x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild index e4b5163588bd..25966c5ea6ce 100644 --- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild +++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2-utils +inherit xdg DESCRIPTION="A massively improved variant of the well-known Gartoon theme" HOMEPAGE="https://gnome-look.org/content/show.php/?content=74841" @@ -40,15 +40,3 @@ src_install() { emake icondir="${D}"/usr/share/icons/GartoonRedux install dodoc AUTHORS changelog README TODO } - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |