summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/python-gnutls.prerm.debhelper
diff options
context:
space:
mode:
authork clair <kclair@riseup.net>2012-10-09 12:24:40 -0700
committerk clair <kclair@riseup.net>2012-10-09 12:24:40 -0700
commit7868a869fda3e28230c19abc492057cc91b84902 (patch)
treea2dd1bac94e81bfdbd8898c34d0a65c24ba78600 /gnutls-1.1.9/debian/python-gnutls.prerm.debhelper
parent780031761fca27881272e6c986a265bea7ef9aae (diff)
remove debian packaging files from master branch. master should only have the source files and the README
Diffstat (limited to 'gnutls-1.1.9/debian/python-gnutls.prerm.debhelper')
-rw-r--r--gnutls-1.1.9/debian/python-gnutls.prerm.debhelper5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnutls-1.1.9/debian/python-gnutls.prerm.debhelper b/gnutls-1.1.9/debian/python-gnutls.prerm.debhelper
deleted file mode 100644
index cd6a4b8..0000000
--- a/gnutls-1.1.9/debian/python-gnutls.prerm.debhelper
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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