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