exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 663b87e1c5d1e22bf0bd07dfd808dec49868a704
parent 1ca5a98444d201baa68293c028d7e4d8193ec378
Author: Florian Dold <florian@dold.me>
Date:   Mon,  6 Oct 2025 15:14:02 +0200

debian: re-add accidentally removed DEBHELPER token, consistently use /bin/sh

Diffstat:
Mdebian/taler-auditor.postinst | 4++++
Mdebian/taler-auditor.postrm | 4++++
Mdebian/taler-auditor.prerm | 4++++
Mdebian/taler-exchange-offline.postinst | 4+---
Mdebian/taler-exchange.postinst | 6+++++-
Mdebian/taler-exchange.prerm | 4++++
6 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/debian/taler-auditor.postinst b/debian/taler-auditor.postinst @@ -51,4 +51,8 @@ abort-upgrade | abort-remove | abort-deconfigure) ;; ;; esac +# Scripts generated by dh_installdeb are inserted below + +#DEBHELPER# + exit 0 diff --git a/debian/taler-auditor.postrm b/debian/taler-auditor.postrm @@ -23,4 +23,8 @@ remove | upgrade | failed-upgrade | abort-install | abort-upgrade | disappear) ; ;; esac +# Scripts generated by dh_installdeb are inserted below + +#DEBHELPER# + exit 0 diff --git a/debian/taler-auditor.prerm b/debian/taler-auditor.prerm @@ -8,4 +8,8 @@ then deb-systemd-invoke stop 'taler-auditor.slice' >/dev/null || true fi +# Scripts generated by dh_installdeb are inserted below + +#DEBHELPER# + exit 0 diff --git a/debian/taler-exchange-offline.postinst b/debian/taler-exchange-offline.postinst @@ -1,9 +1,7 @@ -#!/bin/bash +#!/bin/sh set -e -. /usr/share/debconf/confmodule - case "${1}" in configure) diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -e @@ -150,4 +150,8 @@ abort-upgrade | abort-remove | abort-deconfigure) ;; ;; esac +# Scripts generated by dh_installdeb are inserted below + +#DEBHELPER# + exit 0 diff --git a/debian/taler-exchange.prerm b/debian/taler-exchange.prerm @@ -8,4 +8,8 @@ then deb-systemd-invoke stop 'taler-exchange.slice' >/dev/null || true fi +# Scripts generated by dh_installdeb are inserted below + +#DEBHELPER# + exit 0