post_install() {
    echo ""
	echo "To enable Kiro CLI shell integrations, run:"
	echo "    kiro-cli integrations install dotfiles"
	echo ""
	echo "If installing on a remote machine, add the following to your sshd configuration to enable SSH support:"
	echo "    AcceptEnv Q_SET_PARENT"
	echo "    AllowStreamLocalForwarding yes"
	echo "Then restart sshd and reconnect."
    echo ""
}

post_upgrade() {
	post_install
}
