post_install() { cat <<'MSG' Hound is installed and scanning on demand. hound status what the daemon sees hound scan ~/Downloads scan a directory Real-time execution blocking is OFF until you turn it on: sudo systemctl enable --now houndd sudo hound settings set exec_gate true MSG } post_upgrade() { post_install }