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