debian/loolwsd.postrm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit d9c3d7df368fb8f19f969412f97ad6f26aa1a770 Author: Lionel Elie Mamane <lio...@mamane.lu> AuthorDate: Fri Oct 18 19:05:33 2019 +0200 Commit: Andras Timar <andras.ti...@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.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits