From 01cbb318e1a94aa4ecfdf73f8265371b39972a52 Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 12:46:05 -0700 Subject: add previously generated debian packaging files --- jsonschema-0.6/debian/python-jsonschema.postinst.debhelper | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 jsonschema-0.6/debian/python-jsonschema.postinst.debhelper (limited to 'jsonschema-0.6/debian/python-jsonschema.postinst.debhelper') diff --git a/jsonschema-0.6/debian/python-jsonschema.postinst.debhelper b/jsonschema-0.6/debian/python-jsonschema.postinst.debhelper new file mode 100644 index 0000000..07ec4f3 --- /dev/null +++ b/jsonschema-0.6/debian/python-jsonschema.postinst.debhelper @@ -0,0 +1,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 -- cgit v1.2.3