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