summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/python-gnutls.postinst.debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'gnutls-1.1.9/debian/python-gnutls.postinst.debhelper')
-rw-r--r--gnutls-1.1.9/debian/python-gnutls.postinst.debhelper5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnutls-1.1.9/debian/python-gnutls.postinst.debhelper b/gnutls-1.1.9/debian/python-gnutls.postinst.debhelper
new file mode 100644
index 0000000..f95dafe
--- /dev/null
+++ b/gnutls-1.1.9/debian/python-gnutls.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-gnutls.public
+fi
+# End automatically added section