From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F73815802F for ; Sat, 25 Feb 2023 09:11:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC94DE091A; Sat, 25 Feb 2023 09:11:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A89ECE091A for ; Sat, 25 Feb 2023 09:11:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9F4C340F7F for ; Sat, 25 Feb 2023 09:11:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81FAB8C6 for ; Sat, 25 Feb 2023 09:11:47 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1677316303.c13c81b8ec51a58afb98351dcd4fcf8b1e3e5104.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/nnn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/nnn/nnn-4.7-r1.ebuild X-VCS-Directories: app-misc/nnn/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c13c81b8ec51a58afb98351dcd4fcf8b1e3e5104 X-VCS-Branch: master Date: Sat, 25 Feb 2023 09:11:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef87875a-b3ba-4e87-a82e-dc75d073e633 X-Archives-Hash: 413801e2fb1c33afdc2ebbb8a2fafcea commit: c13c81b8ec51a58afb98351dcd4fcf8b1e3e5104 Author: Lucio Sauer posteo net> AuthorDate: Sat Feb 11 12:12:38 2023 +0000 Commit: Joonas Niilola gentoo 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 posteo.net> Signed-off-by: Sebastian Hamann ares-macrotechnology.com> Closes: https://github.com/gentoo/gentoo/pull/29547 Signed-off-by: Joonas Niilola 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 -}