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