diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-08-04 22:12:26 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-08-04 22:12:26 +0200 |
commit | f0cc7e805cd32edd8cecf7a6ffeb9d001ccbda79 (patch) | |
tree | f8c941912c60769208945557f4f0903aaecde228 /debian/taler-merchant.prerm | |
parent | 5252db8599a28b4e1c5385910204a63de76c27fc (diff) |
remove dbconfig support from Debian package as per DD40
Diffstat (limited to 'debian/taler-merchant.prerm')
-rw-r--r-- | debian/taler-merchant.prerm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/taler-merchant.prerm b/debian/taler-merchant.prerm index eccb8259..727964b0 100644 --- a/debian/taler-merchant.prerm +++ b/debian/taler-merchant.prerm @@ -6,16 +6,4 @@ if [ -d /run/systemd/system ] && [ "$1" = remove ]; then deb-systemd-invoke stop 'taler-merchant-httpd.service' >/dev/null || true fi -if [ -f /usr/share/debconf/confmodule ]; then - . /usr/share/debconf/confmodule -fi -. /usr/share/dbconfig-common/dpkg/prerm - -if [ -f /usr/share/dbconfig-common/dpkg/prerm.pgsql ]; then - . /usr/share/dbconfig-common/dpkg/prerm.pgsql - dbc_go taler-merchant "$@" -fi - - -db_stop exit 0 |