summaryrefslogtreecommitdiff
path: root/ping-0.2/debian/python-ping.prerm.debhelper
blob: 431bd96c503c844c635270f8b5115a572d1a9b91 (plain)
1
2
3
4
5
# 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