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." }