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 /debian | |
parent | 33595b00e9996b7b94f11e8cc2182836aa33b299 (diff) |
stop debconf before workaround
Diffstat (limited to 'debian')
-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 #DEBHELPER# +if [ -f /usr/share/debconf/confmodule ]; then + db_stop +fi + # When purging this package after the selections in the preinst have been made, # the debconf database is left in an inconsistent state and the package cannot # be installed again. This happens because dbconf-common will create a |