diff -r 199952d928e0 -r 32dba1a70a54 debian/postinst --- a/debian/postinst Sat Dec 18 15:26:09 2010 +0000 +++ b/debian/postinst Sat Dec 18 15:48:43 2010 +0000 @@ -13,6 +13,8 @@ --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 ;;