diff options
author | 2022-12-05 18:14:53 -0500 | |
---|---|---|
committer | 2022-12-05 18:14:53 -0500 | |
commit | ac43f3bd8202e3452809f4b301df25309ca962d0 (patch) | |
tree | 4e458f62167a4e56bb83316512321bdc2c4f4c2e /net-p2p | |
parent | net-p2p/feather: fix not "updating mime database" or something (diff) | |
download | guru-ac43f3bd8202e3452809f4b301df25309ca962d0.tar.gz guru-ac43f3bd8202e3452809f4b301df25309ca962d0.tar.bz2 guru-ac43f3bd8202e3452809f4b301df25309ca962d0.zip |
net-p2p/feather: fixed mime stuff again
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/feather/feather-2.1.0.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/feather/feather-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
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." } |