net-mail/b4: call einstalldocs

This was lost when completions were added.

Fixes: a602ffff04
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-24 09:36:02 +01:00
parent a6876a0fd2
commit 270eea3de2

View File

@@ -48,6 +48,7 @@ python_compile_all() {
}
python_install_all() {
einstalldocs
newbashcomp bash.completion b4
newzshcomp zsh.completion _b4
}