debian/config
author Tom Parker <palfrey@lshift.net>
Tue, 03 Apr 2012 17:35:02 +0100
branchwindows
changeset 348 b155c43eaa56
parent 314 c02eae7665af
permissions -rw-r--r--
Update windows guide and fix a couple of minor items in the Makefile

#!/bin/sh

set -e

# Load debconf
. /usr/share/debconf/confmodule

db_input medium mercurial-server/purge_repositories || true

db_go || true

exit 0