commit: c13c81b8ec51a58afb98351dcd4fcf8b1e3e5104 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Sat Feb 11 12:12:38 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 09:11:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13c81b8
app-misc/nnn: update xdg caches Closes: https://bugs.gentoo.org/893780 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Signed-off-by: Sebastian Hamann <code <AT> ares-macrotechnology.com> Closes: https://github.com/gentoo/gentoo/pull/29547 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-misc/nnn/nnn-4.7-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app-misc/nnn/nnn-4.7-r1.ebuild b/app-misc/nnn/nnn-4.7-r1.ebuild index 307ace9d8979..16cbfb7f2230 100644 --- a/app-misc/nnn/nnn-4.7-r1.ebuild +++ b/app-misc/nnn/nnn-4.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit bash-completion-r1 flag-o-matic toolchain-funcs xdg-utils +inherit bash-completion-r1 flag-o-matic toolchain-funcs xdg DESCRIPTION="The missing terminal file browser for X" HOMEPAGE="https://github.com/jarun/nnn" @@ -71,7 +71,7 @@ src_install() { } pkg_postinst() { - xdg_desktop_database_update + xdg_pkg_postinst elog "nnn plugins are installed to /usr/share/nnn/plugins/, but nnn does not" elog "load them fom this directory. You will need to copy/symlink them to" @@ -90,7 +90,3 @@ pkg_postinst() { elog "includes standard unicode emoji." fi } - -pkg_postrm() { - xdg_desktop_database_update -}
