diff options
author | Florian Dold <florian@dold.me> | 2021-08-27 15:54:41 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-27 15:54:41 +0200 |
commit | de12114e7852050723e143c8e9e0ae2c64a3e65b (patch) | |
tree | ded0637066b2b420dae2a107bba2834591c3f458 | |
parent | 33595b00e9996b7b94f11e8cc2182836aa33b299 (diff) | |
download | merchant-de12114e7852050723e143c8e9e0ae2c64a3e65b.tar.gz merchant-de12114e7852050723e143c8e9e0ae2c64a3e65b.zip |
stop debconf before workaround
-rw-r--r-- | debian/taler-merchant.postrm | 4 |
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 | ||
16 | if [ -f /usr/share/debconf/confmodule ]; then | ||
17 | db_stop | ||
18 | fi | ||
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 |