summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.postinst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-08-04 22:12:26 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-08-04 22:12:26 +0200
commitf0cc7e805cd32edd8cecf7a6ffeb9d001ccbda79 (patch)
treef8c941912c60769208945557f4f0903aaecde228 /debian/taler-merchant.postinst
parent5252db8599a28b4e1c5385910204a63de76c27fc (diff)
downloadmerchant-f0cc7e805cd32edd8cecf7a6ffeb9d001ccbda79.tar.gz
merchant-f0cc7e805cd32edd8cecf7a6ffeb9d001ccbda79.tar.bz2
merchant-f0cc7e805cd32edd8cecf7a6ffeb9d001ccbda79.zip
remove dbconfig support from Debian package as per DD40
Diffstat (limited to 'debian/taler-merchant.postinst')
-rw-r--r--debian/taler-merchant.postinst13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/taler-merchant.postinst b/debian/taler-merchant.postinst
index 2ccd679b..73c272bb 100644
--- a/debian/taler-merchant.postinst
+++ b/debian/taler-merchant.postinst
@@ -22,12 +22,6 @@ TALER_HOME="/var/lib/taler"
_USERNAME=taler-merchant-httpd
_GROUPNAME=www-data
-# Set permissions for sqlite3 file
-# (for when we support sqlite3 in the future)
-dbc_dbfile_owner="${_USERNAME}:${_GROUPNAME}"
-dbc_dbfile_perms="0600"
-dbc_first_version="0.9.0"
-
. /usr/share/debconf/confmodule
case "${1}" in
@@ -44,13 +38,6 @@ configure)
/etc/taler/secrets/merchant-db.secret.conf
fi
- # Set up postgres database (needs dbconfig-pgsql package)
- if [ -f /usr/share/dbconfig-common/dpkg/postinst.pgsql ]; then
- . /usr/share/dbconfig-common/dpkg/postinst.pgsql
- dbc_pgsql_createdb_encoding="UTF8"
- dbc_go taler-merchant "$@"
- fi
-
;;
abort-upgrade | abort-remove | abort-deconfigure) ;;