[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-mdb] branch master updated: clean up package
From: |
gnunet |
Subject: |
[taler-taler-mdb] branch master updated: clean up package |
Date: |
Sat, 02 Jan 2021 20:58:17 +0100 |
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 43bb00b clean up package
43bb00b is described below
commit 43bb00b2b0047d46c4345e217ac18449357631c5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 2 20:58:15 2021 +0100
clean up package
---
debian/taler-mdb.postrm | 34 +++++-----------------------------
1 file changed, 5 insertions(+), 29 deletions(-)
diff --git a/debian/taler-mdb.postrm b/debian/taler-mdb.postrm
index 2564dff..5867770 100644
--- a/debian/taler-mdb.postrm
+++ b/debian/taler-mdb.postrm
@@ -2,37 +2,13 @@
set -e
-pathfind() {
- OLDIFS="$IFS"
- IFS=:
- for p in $PATH; do
- if [ -x "$p/$*" ]; then
- IFS="$OLDIFS"
- return 0
- fi
- done
- IFS="$OLDIFS"
- return 1
-}
-
case "${1}" in
- purge)
- if [ -e /usr/share/debconf/confmodule ]
- then
- . /usr/share/debconf/confmodule
- db_version 2.0
- else
- fi
- ;;
-
- remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
- ;;
-
+
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ ;;
*)
- echo "postrm called with unknown argument \`${1}'" >&2
- exit 1
- ;;
+ echo "postrm called with unknown argument \`${1}'" >&2
+ exit 1
+ ;;
esac
#DEBHELPER#
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taler-mdb] branch master updated: clean up package,
gnunet <=