summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/python-gnutls/DEBIAN/postinst
blob: 1b965f95e01e4d26eede6311f0a2ab29b018e4b5 (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  python-gnutls.public
fi
# End automatically added section