summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.postrm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-20 22:09:14 +0200
committerChristian Grothoff <christian@grothoff.org>2022-06-20 22:09:14 +0200
commitb481de13fd218cc96b85b4a2a1fc0bdf75648c7f (patch)
treea035cc695e7f454f83052c5fbe1fbbdbf1c72174 /debian/taler-merchant.postrm
parentbc003c390f08031ec772ea0d1aaf9861c2ae03ac (diff)
downloadmerchant-b481de13fd218cc96b85b4a2a1fc0bdf75648c7f.tar.gz
merchant-b481de13fd218cc96b85b4a2a1fc0bdf75648c7f.tar.bz2
merchant-b481de13fd218cc96b85b4a2a1fc0bdf75648c7f.zip
-update dependencies, clean up SQL
Diffstat (limited to 'debian/taler-merchant.postrm')
-rw-r--r--debian/taler-merchant.postrm14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/taler-merchant.postrm b/debian/taler-merchant.postrm
index bf628b36..716f8982 100644
--- a/debian/taler-merchant.postrm
+++ b/debian/taler-merchant.postrm
@@ -11,6 +11,20 @@ if [ -f /usr/share/dbconfig-common/dpkg/postrm.pgsql ]; then
dbc_go taler-merchant "$@"
fi
+case "${1}" in
+purge)
+# TODO: anything to clean up? Like:
+# rm -f /etc/taler/merchant-overrides.conf
+ ;;
+remove | upgrade | failed-upgrade | abort-install | abort-upgrade | disappear)
+ ;;
+
+ *)
+ echo "postrm called with unknown argument \`${1}'" >&2
+ exit 1
+ ;;
+esac
+
#DEBHELPER#
exit 0