summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-27 00:37:10 +0200
committerFlorian Dold <florian@dold.me>2021-07-27 00:37:10 +0200
commit065ebbf57e673927034357bd85fb8c6519639894 (patch)
tree2cc3dbeface6fad05e197cd7c1d8ca10e313a73c /debian
parent1f88f670639516ef3159f1b631c0b9074737771b (diff)
downloadexchange-065ebbf57e673927034357bd85fb8c6519639894.tar.gz
exchange-065ebbf57e673927034357bd85fb8c6519639894.tar.bz2
exchange-065ebbf57e673927034357bd85fb8c6519639894.zip
debian: postrm
Diffstat (limited to 'debian')
-rw-r--r--debian/taler-auditor.postrm1
-rw-r--r--debian/taler-exchange.postrm6
2 files changed, 1 insertions, 6 deletions
diff --git a/debian/taler-auditor.postrm b/debian/taler-auditor.postrm
index 82e826756..752510e63 100644
--- a/debian/taler-auditor.postrm
+++ b/debian/taler-auditor.postrm
@@ -8,7 +8,6 @@ fi
case "${1}" in
purge)
- rm -rf /var/log/taler-auditor/ /var/lib/taler-auditor /etc/default/taler-auditor
;;
remove | upgrade | failed-upgrade | abort-install | abort-upgrade | disappear) ;;
diff --git a/debian/taler-exchange.postrm b/debian/taler-exchange.postrm
index 10d67b779..6c31a4591 100644
--- a/debian/taler-exchange.postrm
+++ b/debian/taler-exchange.postrm
@@ -7,11 +7,7 @@ if [ -f /usr/share/debconf/confmodule ]; then
fi
case "${1}" in
-purge)
- rm -rf /var/log/taler-exchange/ /var/lib/taler-exchange /etc/default/taler-exchange
- rm -f /etc/taler-wire.conf /etc/taler-exchange-db.conf /etc/taler-exchange.conf
- ;;
-
+purge) ;;
remove | upgrade | failed-upgrade | abort-install | abort-upgrade | disappear) ;;
*)