app-crypt/keybase: Add warning about kbfs

Bug: https://bugs.gentoo.org/921016
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
This commit is contained in:
Nicolas Bock
2024-01-12 12:12:43 -07:00
parent 1307e72ff2
commit 86d77e1fd6
2 changed files with 12 additions and 0 deletions

View File

@@ -66,6 +66,12 @@ src_install() {
pkg_postinst() {
elog "Start/Restart keybase: run_keybase"
if ! use fuse; then
elog " Note that without USE=fuse the kbfs package will not"
elog " be installed automatically. Either install it manually"
elog " or export KEYBASE_NO_KBFS=1 in your shell to avoid"
elog " failures when executing run_keybase."
fi
elog "Run the service: keybase service"
elog "Run the client: keybase login"
ewarn "Note that the user keybasehelper is obsolete and can be removed"

View File

@@ -66,6 +66,12 @@ src_install() {
pkg_postinst() {
elog "Start/Restart keybase: run_keybase"
if ! use fuse; then
elog " Note that without USE=fuse the kbfs package will not"
elog " be installed automatically. Either install it manually"
elog " or export KEYBASE_NO_KBFS=1 in your shell to avoid"
elog " failures when executing run_keybase."
fi
elog "Run the service: keybase service"
elog "Run the client: keybase login"
ewarn "Note that the user keybasehelper is obsolete and can be removed"