summaryrefslogtreecommitdiff
path: root/ping-0.2/debian/python-ping.postinst.debhelper
blob: 47b94187c54b8125f794cf6de4a0c09b0eeffcf7 (plain)
1
2
3
4
5
# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
	update-python-modules  python-ping.public
fi
# End automatically added section