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