merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 0f35ae532042e61fdf49c348d8583978333d6fbd
parent 5364d9627a134d4af5dd8e90919556871f1e9d0e
Author: Florian Dold <florian@dold.me>
Date:   Mon, 22 Jun 2026 11:20:44 +0200

debian: remove SPA files from postinst

Diffstat:
Mdebian/taler-merchant.postinst | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/debian/taler-merchant.postinst b/debian/taler-merchant.postinst @@ -92,14 +92,6 @@ configure) # Cleanup marker file rm -f "$MARKER" - # Try to generate compressed versions of the SPA - for n in index.html index.css index.js lang.js - do - TDIR="/usr/share/taler-merchant/" - gzip --best - < "${TDIR}/spa/$n" > "${TDIR}/spa/$n.gz" || rm -f "${TDIR}/spa/$n.gz" - zstd -19 - < "${TDIR}/spa/$n" > "${TDIR}/spa/$n.zstd" || rm -f "${TDIR}/spa/$n.zstd" - done - ;; abort-upgrade | abort-remove | abort-deconfigure) ;;