\npost_install() {
	if which update-python-modules >/dev/null 2>&1; then
		update-python-modules  popzi.public
	fi
}
\npre_remove() {
	if which update-python-modules >/dev/null 2>&1; then
		update-python-modules -c  popzi.public
	fi
}
\npost_remove() {
}
