summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/python-gnutls/DEBIAN/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'gnutls-1.1.9/debian/python-gnutls/DEBIAN/postinst')
-rwxr-xr-xgnutls-1.1.9/debian/python-gnutls/DEBIAN/postinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnutls-1.1.9/debian/python-gnutls/DEBIAN/postinst b/gnutls-1.1.9/debian/python-gnutls/DEBIAN/postinst
new file mode 100755
index 0000000..1b965f9
--- /dev/null
+++ b/gnutls-1.1.9/debian/python-gnutls/DEBIAN/postinst
@@ -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 python-gnutls.public
+fi
+# End automatically added section