commit: ac43f3bd8202e3452809f4b301df25309ca962d0
Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Mon Dec 5 23:14:53 2022 +0000
Commit: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Mon Dec 5 23:14:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac43f3bd
net-p2p/feather: fixed mime stuff again
Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
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 ac4b8c478..a8b19d2ae 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 f986dbb15..c8d4d36b4 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."
}