commit: f2264635c5710746eedf914c759f07ef8c026da8 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Sun Apr 18 02:53:35 2021 +0000 Commit: Theo Anderson <telans <AT> posteo <DOT> de> CommitDate: Sun Apr 18 02:53:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2264635
gui-apps/foot: xdg-utils -> xdg Signed-off-by: Theo Anderson <telans <AT> posteo.de> gui-apps/foot/foot-1.7.1.ebuild | 10 +--------- gui-apps/foot/foot-9999.ebuild | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/gui-apps/foot/foot-1.7.1.ebuild b/gui-apps/foot/foot-1.7.1.ebuild index 82f13a5e6..737ae37f1 100644 --- a/gui-apps/foot/foot-1.7.1.ebuild +++ b/gui-apps/foot/foot-1.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson xdg-utils +inherit meson xdg if [[ ${PV} != *9999* ]]; then SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -51,11 +51,3 @@ src_install() { meson_src_install mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild index 82f13a5e6..737ae37f1 100644 --- a/gui-apps/foot/foot-9999.ebuild +++ b/gui-apps/foot/foot-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson xdg-utils +inherit meson xdg if [[ ${PV} != *9999* ]]; then SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -51,11 +51,3 @@ src_install() { meson_src_install mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}