post_install() {
	echo "Run 'exploit-db update' to initialize the database."
}

post_remove() {
	rm -rf /var/exploit-db
}
