debian/config
author Paul Crowley <paul@lshift.net>
Fri, 24 Aug 2012 12:09:29 +0100
changeset 361 1ffbfa691f9d
parent 314 c02eae7665af
permissions -rw-r--r--
Update debian/changelog with Debian-specific compliance stuff

#!/bin/sh

set -e

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

db_input medium mercurial-server/purge_repositories || true

db_go || true

exit 0