debian/config
author Paul Crowley <paul@lshift.net>
Thu, 08 Sep 2011 09:14:46 +0100
changeset 334 b7e56688dd14
parent 314 c02eae7665af
permissions -rw-r--r--
Common dir for all files in orig.tar.gz

#!/bin/sh

set -e

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

db_input medium mercurial-server/purge_repositories || true

db_go || true

exit 0