diff options
Diffstat (limited to 'jsonschema-0.6/debian/python-jsonschema/DEBIAN/prerm')
| -rwxr-xr-x | jsonschema-0.6/debian/python-jsonschema/DEBIAN/prerm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jsonschema-0.6/debian/python-jsonschema/DEBIAN/prerm b/jsonschema-0.6/debian/python-jsonschema/DEBIAN/prerm new file mode 100755 index 0000000..bf381c4 --- /dev/null +++ b/jsonschema-0.6/debian/python-jsonschema/DEBIAN/prerm @@ -0,0 +1,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 |
