summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/python-gnutls/DEBIAN/prerm
blob: b79f34e4792cd690bb9756c00042ab796bbfe5ab (plain)
1
2
3
4
5
6
7
#!/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