diff options
Diffstat (limited to 'x11-themes/material-icon-theme')
-rw-r--r-- | x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r2.ebuild (renamed from x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r1.ebuild) | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r1.ebuild b/x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r2.ebuild index d4a5e30f..29a71285 100644 --- a/x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r1.ebuild +++ b/x11-themes/material-icon-theme/material-icon-theme-1.314.1337-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit git-r3 gnome2-utils +inherit git-r3 xdg-utils DESCRIPTION="Icon theme following the Google's material design specifications" HOMEPAGE="https://gitlab.com/bionel/bionel-icons" @@ -27,14 +27,10 @@ src_install() { doins -r material-icons/* } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } |