diff options
author | 2023-02-11 13:12:38 +0100 | |
---|---|---|
committer | 2023-02-25 11:11:43 +0200 | |
commit | c13c81b8ec51a58afb98351dcd4fcf8b1e3e5104 (patch) | |
tree | 19ea553299ee18acfd349bcde724aa0f048b1cfb /app-misc/nnn | |
parent | app-containers/docker-buildx: drop 0.9.1 (diff) | |
download | gentoo-c13c81b8ec51a58afb98351dcd4fcf8b1e3e5104.tar.gz gentoo-c13c81b8ec51a58afb98351dcd4fcf8b1e3e5104.tar.bz2 gentoo-c13c81b8ec51a58afb98351dcd4fcf8b1e3e5104.zip |
app-misc/nnn: update xdg caches
Closes: https://bugs.gentoo.org/893780
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com>
Closes: https://github.com/gentoo/gentoo/pull/29547
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc/nnn')
-rw-r--r-- | app-misc/nnn/nnn-4.7-r1.ebuild | 8 |
1 files 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 -} |