summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.config
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-26 14:18:02 +0200
committerFlorian Dold <florian@dold.me>2021-07-26 14:18:02 +0200
commit5430dc34180e1c72c9a09f9eb17c2999e426bf77 (patch)
treedd5f153937c98d888f39220a669f608a26c34b84 /debian/taler-exchange.config
parenta06a6a22ea01020c8c02434a3e0caa59a5bb0dd8 (diff)
downloadexchange-5430dc34180e1c72c9a09f9eb17c2999e426bf77.tar.gz
exchange-5430dc34180e1c72c9a09f9eb17c2999e426bf77.tar.bz2
exchange-5430dc34180e1c72c9a09f9eb17c2999e426bf77.zip
debian: revise maintainer scripts and service files
Diffstat (limited to 'debian/taler-exchange.config')
-rw-r--r--debian/taler-exchange.config25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/taler-exchange.config b/debian/taler-exchange.config
deleted file mode 100644
index c8ef2b4ff..000000000
--- a/debian/taler-exchange.config
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-db_input low taler-exchange/eusername || true
-db_go
-
-db_input low taler-exchange/rsecusername || true
-db_go
-
-db_input low taler-exchange/esecusername || true
-db_go
-
-db_input low taler-exchange/wireusername || true
-db_go
-
-db_input low taler-exchange/aggrusername || true
-db_go
-
-db_input low taler-exchange/groupname || true
-db_go
-
-db_stop