post_install() {cat<<'EOF'==> Shell completion support is available.Append completion to your shell config: zb completion "$SHELL" >> ~/.$(basename "$SHELL")rcRestart your shell or source the config file to apply changes.EOF}
post_upgrade() {
post_install
}