From 230d262e17565eff5098964fa33f8c5920498988 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Wed, 1 Jul 2026 19:56:40 +0200 Subject: [PATCH] Revert "remove set e post scripts" This reverts commit 1d489b0aa9fdcd4563ed055d2b5dcd3d1e48fe5d. --- src/debian/postinst | 2 ++ src/debian/postrm | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/debian/postinst b/src/debian/postinst index c1fce8d..1fa6c54 100755 --- a/src/debian/postinst +++ b/src/debian/postinst @@ -1,5 +1,7 @@ #!/bin/bash +set -e + errlog() { local lastexit=$? diff --git a/src/debian/postrm b/src/debian/postrm index cc003be..5744cc8 100755 --- a/src/debian/postrm +++ b/src/debian/postrm @@ -1,5 +1,7 @@ #!/bin/bash +set -e + errlog() { local lastexit=$? -- 2.47.3