diff --git a/app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild b/app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild index 9c4df5f773..a74cf6c8dd 100644 --- a/app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild +++ b/app-crypt/totp-cli-bin/totp-cli-bin-1.8.7.ebuild @@ -20,3 +20,7 @@ QA_PREBUILT="usr/bin/$PN" src_install() { newbin totp-cli ${PN} } + +pkg_postinst() { + einfo "For a more mature TOTP you can try app-admin/keepassxc, cli included" +}