debian/config
author Paul Crowley <paul@lshift.net>
Thu, 23 Aug 2012 17:50:02 +0100
changeset 354 70d9be61232d
parent 314 c02eae7665af
permissions -rw-r--r--
No changes needed to comply with Standards-Version 3.9.3

#!/bin/sh

set -e

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

db_input medium mercurial-server/purge_repositories || true

db_go || true

exit 0