summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.postinst
diff options
context:
space:
mode:
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) ;;