gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: -fix package


From: gnunet
Subject: [taler-taler-mdb] branch master updated: -fix package
Date: Fri, 23 Jul 2021 13:02:38 +0200

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

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 58ea150  -fix package
58ea150 is described below

commit 58ea150272d9d360d1298dba6bce207a0b63833b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 23 13:02:36 2021 +0200

    -fix package
---
 debian/changelog        | 6 ++++++
 debian/taler-mdb.postrm | 7 +++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7b6f3e6..ed8201d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+taler-mdb (0.9.0-1) unstable; urgency=medium
+
+  * Remove configuration file if package is purged.
+
+ -- Christian Grothoff <grothoff@gnu.org>  Sun, 18 Apr 2021 00:00:00 +0000
+
 taler-mdb (0.9.0-0) unstable; urgency=medium
 
   * Initial Release.
diff --git a/debian/taler-mdb.postrm b/debian/taler-mdb.postrm
index 5867770..0dd23f9 100644
--- a/debian/taler-mdb.postrm
+++ b/debian/taler-mdb.postrm
@@ -3,9 +3,12 @@
 set -e
 
 case "${1}" in
-       
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    purge)
+        rm -f /etc/taler-mdb.conf
+        ;;
+    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
        ;;
-       *)
+    *)
        echo "postrm called with unknown argument \`${1}'" >&2
        exit 1
        ;;

-- 
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]