blob: bf381c453f9c973d1691d9ab143e253c33f50be9 (
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 -c python-jsonschema.public
fi
# End automatically added section
|