--- a/setup Thu Feb 19 17:51:06 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-./install
-
-adduser --system --shell /bin/sh --group --disabled-password \
- --gecos "Mercurial repositories" hg
-su -c /usr/local/lib/mercurial-server/init/hginit hg
-