summaryrefslogtreecommitdiff
path: root/jsonschema-0.6/debian/python-jsonschema/DEBIAN/postinst
blob: 5be270ccdc9a1aa0a96de2b2c8e8f017e4694215 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
# 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