# HG changeset patch # User Paul Crowley # Date 1345812616 -3600 # Node ID 660f5631013eb1bd25dcf6e4012cbbd970d85b03 # Parent f2e13e08ea13f8ae1dd9c75e8370fdb963b8756a Don't use python-support's update-python-modules diff -r f2e13e08ea13 -r 660f5631013e 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 ;;