exchange/debian/taler-exchange.config

23 lines
333 B
Bash

#!/bin/sh
set -e
. /usr/share/debconf/confmodule
db_input low gnunet-systempeer/username || true
db_go
db_input low gnunet-systempeer/groupname || true
db_go
db_input medium gnunet-systempeer/autostart || true
db_go
db_input medium gnunet-dns/libnsswitch || true
db_go
db_input medium gnunet-user/proxy || true
db_go
db_stop