[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4-0' - debian/loolwsd.postrm
Lionel Elie Mamane (via logerrit)
logerrit at kemper.freedesktop.org
Sat Oct 19 20:28:16 UTC 2019
debian/loolwsd.postrm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit d9c3d7df368fb8f19f969412f97ad6f26aa1a770
Author: Lionel Elie Mamane <lionel at mamane.lu>
AuthorDate: Fri Oct 18 19:05:33 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sat Oct 19 22:27:57 2019 +0200
debian package postrm: fix lintian warning
Change-Id: I7db7a5549f4fdf3597be0df13b4ff447522b7b92
Reviewed-on: https://gerrit.libreoffice.org/81089
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
(cherry picked from commit 0c426536fac66a4cabf4b5feefd188022a56e594)
Reviewed-on: https://gerrit.libreoffice.org/81143
diff --git a/debian/loolwsd.postrm b/debian/loolwsd.postrm
index d4e1fd993..784ad65ba 100755
--- a/debian/loolwsd.postrm
+++ b/debian/loolwsd.postrm
@@ -1,3 +1,5 @@
#!/bin/sh
-rm /etc/apt/apt.conf.d/25loolwsd
+set -e
+
+rm -f /etc/apt/apt.conf.d/25loolwsd
More information about the Libreoffice-commits
mailing list