From ac43f3bd8202e3452809f4b301df25309ca962d0 Mon Sep 17 00:00:00 2001 From: Adam Pimentel Date: Mon, 5 Dec 2022 18:14:53 -0500 Subject: [PATCH] net-p2p/feather: fixed mime stuff again Signed-off-by: Adam Pimentel --- net-p2p/feather/feather-2.1.0.ebuild | 2 ++ net-p2p/feather/feather-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild index ac4b8c4780..a8b19d2ae6 100644 --- a/net-p2p/feather/feather-2.1.0.ebuild +++ b/net-p2p/feather/feather-2.1.0.ebuild @@ -109,6 +109,8 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst + einfo "Ensure that Tor is running with 'rc-service tor start' before" einfo "using Feather." } diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index f986dbb15c..c8d4d36b4f 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -74,6 +74,8 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst + einfo "Ensure that Tor is running with 'rc-service tor start' before" einfo "using Feather." }