diff options
-rw-r--r-- | x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild index 0242566d07d7..1dfa41d0d7e4 100644 --- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild +++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) -inherit gnome2 python-any-r1 +inherit gnome2 python-any-r1 xdg DESCRIPTION="GNOME default icon theme" HOMEPAGE="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" @@ -72,6 +72,7 @@ pkg_preinst() { if [[ -d "${EROOT}"/usr/share/cursors/xorg-x11/Adwaita ]] ; then rm -r "${EROOT}"/usr/share/cursors/xorg-x11/Adwaita || die fi + xdg_pkg_preinst } src_install() { |