From e7459ec4098d3ad1344ad6061a9973a14bdf27dc Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Tue, 26 Feb 2019 12:04:49 +0100 Subject: [PATCH] posaune --- debian/sysd2sysv.postinst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/sysd2sysv.postinst b/debian/sysd2sysv.postinst index 442c70f..ed31461 100755 --- a/debian/sysd2sysv.postinst +++ b/debian/sysd2sysv.postinst @@ -9,10 +9,11 @@ do then rm $file fi - # for downward compatibility - if [ -f mlistd ] - then - rm mlistd - fi done +# for downward compatibility +if [ -f mlistd ] +then + rm mlistd +fi + -- 2.20.1