summaryrefslogtreecommitdiff
path: root/ping-0.2/debian/python-ping.prerm.debhelper
diff options
context:
space:
mode:
authork clair <kclair@riseup.net>2012-10-09 12:55:01 -0700
committerk clair <kclair@riseup.net>2012-10-09 12:55:01 -0700
commitdeeb9c4852c699ad26a5d81cdf13176cb6c2e114 (patch)
treee77c87015b276f80f9d727ffeb7e9904adc74dbd /ping-0.2/debian/python-ping.prerm.debhelper
parente7f841ebffe2a1631a3bd8056b2aa2182184fc8a (diff)
add previously generated debian packaging files
Diffstat (limited to 'ping-0.2/debian/python-ping.prerm.debhelper')
-rw-r--r--ping-0.2/debian/python-ping.prerm.debhelper5
1 files changed, 5 insertions, 0 deletions
diff --git a/ping-0.2/debian/python-ping.prerm.debhelper b/ping-0.2/debian/python-ping.prerm.debhelper
new file mode 100644
index 0000000..431bd96
--- /dev/null
+++ b/ping-0.2/debian/python-ping.prerm.debhelper
@@ -0,0 +1,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