summaryrefslogtreecommitdiff
path: root/ping-0.2/debian/python-ping/DEBIAN/prerm
blob: 99c6b3b401b7751c511c99832d4de8b12958fdcd (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-ping.public
fi
# End automatically added section