summaryrefslogtreecommitdiff
path: root/debian/minecproxy.config
blob: 9241eda31aae9c74cb0efee315bdee68358a44dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

set -e

. /usr/share/debconf/confmodule

# Query information which is needed once
query_initial_config() {
	db_input low minecproxy/purge_database || true
}

query_initial_config

db_go || true

exit 0