[libreoffice-online] 04/06: missing set -e in postrm
Rene Engelhard
rene at moszumanska.debian.org
Mon Nov 27 18:49:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch master
in repository libreoffice-online.
commit 0e2bf92f94a64b157776d774015b8fe6f3ba8a53
Author: Rene Engelhard <rene at rene-engelhard.de>
Date: Mon Nov 27 18:19:34 2017 +0000
missing set -e in postrm
---
debian/loolwsd.postrm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/loolwsd.postrm b/debian/loolwsd.postrm
index db9b1dc..477700b 100644
--- a/debian/loolwsd.postrm
+++ b/debian/loolwsd.postrm
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
if [ "$1" = "purge" ]; then
rm -rf /var/lib/lool
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-online.git
More information about the Pkg-openoffice-commits
mailing list