From 1d489b0aa9fdcd4563ed055d2b5dcd3d1e48fe5d Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 28 Jun 2026 20:43:46 +0200 Subject: [PATCH] remove set e post scripts --- src/debian/postinst | 2 -- src/debian/postrm | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/debian/postinst b/src/debian/postinst index 1fa6c54..c1fce8d 100755 --- a/src/debian/postinst +++ b/src/debian/postinst @@ -1,7 +1,5 @@ #!/bin/bash -set -e - errlog() { local lastexit=$? diff --git a/src/debian/postrm b/src/debian/postrm index 5744cc8..cc003be 100755 --- a/src/debian/postrm +++ b/src/debian/postrm @@ -1,7 +1,5 @@ #!/bin/bash -set -e - errlog() { local lastexit=$? -- 2.47.3