post_install() {
	set -e
	echo
	echo ">>  Don't forget to run 'systemctl start neo4j'."
	echo ">>  Once BloodHound is launched, visit http://localhost:7474"
	echo ">>  Login by neo4j:neo4j to change the default password."
	echo ">>"
	echo
}

post_upgrade() {
	post_install "$@"
}

