1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 17:12:41 +00:00
Arsse/dist/debian/arsse.config

17 lines
336 B
Text
Raw Normal View History

2021-07-07 12:22:19 +00:00
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
2021-07-07 19:24:45 +00:00
# Set up dbconfig-common
2021-07-07 12:22:19 +00:00
if test -f /usr/share/dbconfig-common/dpkg/config; then
2021-07-07 19:24:45 +00:00
. /usr/share/dbconfig-common/dpkg/config
dbc_dbtypes="sqlite3, pgsql, mysql"
dbc_authmethod_user="password"
dbc_go arsse "$@"
2021-07-07 12:22:19 +00:00
fi
2021-07-07 19:24:45 +00:00
# Prompt for dbconfig-common configuration
2021-07-07 12:22:19 +00:00
db_go || true