From 716f9d878606f9d8afc0b76f22d4a4b390d5cbf9 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Fri, 13 Apr 2012 19:55:14 +0200
Subject: [PATCH] Fix: Avoid error when removing not correctly installed
 package

---
 build/debian/dolibarr.postrm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/debian/dolibarr.postrm b/build/debian/dolibarr.postrm
index 2aa855176fd..798587317a0 100644
--- a/build/debian/dolibarr.postrm
+++ b/build/debian/dolibarr.postrm
@@ -3,7 +3,8 @@
 #
 # see: dh_installdeb(1)
 
-set -e
+#set -e
+set +e
 
 # summary of how this script can be called:
 #        * <postrm> `remove'
-- 
GitLab