summaryrefslogtreecommitdiff
path: root/requests-0.14.0/debian/python-requests/DEBIAN/prerm
blob: 0a3549a198692feacee48d4d54e04322ac9f674b (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-requests.public
fi
# End automatically added section