summaryrefslogtreecommitdiff
path: root/jsonschema-0.6/debian/python-jsonschema.prerm.debhelper
blob: e51b2a1757eb7900168ca56739a9194d33c0ddc3 (plain)
1
2
3
4
5
# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
	update-python-modules -c  python-jsonschema.public
fi
# End automatically added section