summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.prerm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/taler-merchant.prerm')
-rw-r--r--debian/taler-merchant.prerm12
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