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