tortoisehg.prerm.debhelper
changeset 0 8c87dc646df3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tortoisehg.prerm.debhelper	Thu Jul 17 17:58:41 2008 +0200
@@ -0,0 +1,5 @@
+# Automatically added by dh_pysupport
+if which update-python-modules >/dev/null 2>&1; then
+	update-python-modules -c  tortoisehg
+fi
+# End automatically added section