[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: improve Debian package
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: improve Debian package |
Date: |
Sat, 09 Sep 2023 15:03:38 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new e068abf improve Debian package
e068abf is described below
commit e068abf0bcb4b44b7a953757dc5e982165521584
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 9 15:03:35 2023 +0200
improve Debian package
---
debian/anastasis-httpd.postinst | 5 +----
debian/anastasis-httpd.postrm | 5 +++++
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/anastasis-httpd.postinst b/debian/anastasis-httpd.postinst
index 6caf699..9f65341 100644
--- a/debian/anastasis-httpd.postinst
+++ b/debian/anastasis-httpd.postinst
@@ -31,12 +31,9 @@ configure)
adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home
${ANASTASIS_HOME} ${_USERNAME}
fi
- if ! dpkg-statoverride --list
/etc/anastasis/secrets/anastasis-db.secret.conf >/dev/null 2>&1; then
- dpkg-statoverride --add --update \
+ dpkg-statoverride --add --update \
anastasis-httpd root 460 \
/etc/anastasis/secrets/anastasis-db.secret.conf
- fi
-
;;
abort-upgrade | abort-remove | abort-deconfigure) ;;
diff --git a/debian/anastasis-httpd.postrm b/debian/anastasis-httpd.postrm
index 3dd76af..ee84d38 100644
--- a/debian/anastasis-httpd.postrm
+++ b/debian/anastasis-httpd.postrm
@@ -2,6 +2,8 @@
set -e
+_USERNAME=anastasis-httpd
+
if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
fi
@@ -10,6 +12,9 @@ case "${1}" in
purge)
rm -rf /var/lib/anastasis/httpd/
rm -f /etc/anastasis/override.conf
+ deluser --system --quiet ${_USERNAME} || true
+ dpkg-statoverride --remove \
+ /etc/anastasis/secrets/anastasis-db.secret.conf || true
;;
remove | upgrade | failed-upgrade | abort-install | abort-upgrade | disappear)
;;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: improve Debian package,
gnunet <=