aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-27 15:54:41 +0200
committerFlorian Dold <florian@dold.me>2021-08-27 15:54:41 +0200
commitde12114e7852050723e143c8e9e0ae2c64a3e65b (patch)
treeded0637066b2b420dae2a107bba2834591c3f458
parent33595b00e9996b7b94f11e8cc2182836aa33b299 (diff)
downloadmerchant-de12114e7852050723e143c8e9e0ae2c64a3e65b.tar.gz
merchant-de12114e7852050723e143c8e9e0ae2c64a3e65b.zip
stop debconf before workaround
-rw-r--r--debian/taler-merchant.postrm4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/taler-merchant.postrm b/debian/taler-merchant.postrm
index a9a7cc05..ad11e5bc 100644
--- a/debian/taler-merchant.postrm
+++ b/debian/taler-merchant.postrm
@@ -13,6 +13,10 @@ fi
13 13
14#DEBHELPER# 14#DEBHELPER#
15 15
16if [ -f /usr/share/debconf/confmodule ]; then
17 db_stop
18fi
19
16# When purging this package after the selections in the preinst have been made, 20# When purging this package after the selections in the preinst have been made,
17# the debconf database is left in an inconsistent state and the package cannot 21# the debconf database is left in an inconsistent state and the package cannot
18# be installed again. This happens because dbconf-common will create a 22# be installed again. This happens because dbconf-common will create a