\npost_install() {
	if [ "$1" = "configure" ]; then
		echo
	fi
}
\npre_remove() {
}
\npost_remove() {
	if [ "$1" = "remove" ]; then
		echo
	fi
}
