Don't use python-support's update-python-modules debian_1.3-1 release_1.3
authorPaul Crowley <paul@lshift.net>
Fri, 24 Aug 2012 13:50:16 +0100
changeset 366 660f5631013e
parent 365 f2e13e08ea13
child 367 e2278af2c962
Don't use python-support's update-python-modules
debian/postinst
--- a/debian/postinst	Fri Aug 24 13:49:55 2012 +0100
+++ b/debian/postinst	Fri Aug 24 13:50:16 2012 +0100
@@ -13,8 +13,6 @@
                 --shell /bin/sh --group \
                 --home /var/lib/mercurial-server \
                 --gecos "Mercurial repositories" hg
-            # Make sure Mercurial's modules will work when we come to use them
-            update-python-modules -p
             su -c "/usr/share/mercurial-server/init/hginit /usr/share/mercurial-server" hg
         fi
     ;;