debian/config
author Mahlon E. Smith <mahlon@martini.nu>
Tue, 24 Jul 2012 10:48:17 -0700
changeset 350 bb7ee0a13ea9
parent 314 c02eae7665af
permissions -rw-r--r--
Allow the HOMEDIR and ETCDIR to be configurable via Makefile ENV. Add FreeBSD user creation support.

#!/bin/sh

set -e

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

db_input medium mercurial-server/purge_repositories || true

db_go || true

exit 0