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