summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/python-gnutls/DEBIAN/prerm
diff options
context:
space:
mode:
Diffstat (limited to 'gnutls-1.1.9/debian/python-gnutls/DEBIAN/prerm')
-rwxr-xr-xgnutls-1.1.9/debian/python-gnutls/DEBIAN/prerm7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnutls-1.1.9/debian/python-gnutls/DEBIAN/prerm b/gnutls-1.1.9/debian/python-gnutls/DEBIAN/prerm
deleted file mode 100755
index b79f34e..0000000
--- a/gnutls-1.1.9/debian/python-gnutls/DEBIAN/prerm
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -e
-# Automatically added by dh_pysupport
-if which update-python-modules >/dev/null 2>&1; then
- update-python-modules -c python-gnutls.public
-fi
-# End automatically added section