gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: stop debconf before workaround


From: gnunet
Subject: [taler-merchant] branch master updated: stop debconf before workaround
Date: Fri, 27 Aug 2021 15:54:46 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new de12114e stop debconf before workaround
de12114e is described below

commit de12114e7852050723e143c8e9e0ae2c64a3e65b
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Aug 27 15:54:41 2021 +0200

    stop debconf before workaround
---
 debian/taler-merchant.postrm | 4 ++++
 1 file changed, 4 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]