posaune
authorMichael Wagner <michael@wagnertech.de>
Tue, 26 Feb 2019 11:04:49 +0000 (12:04 +0100)
committerMichael Wagner <michael@wagnertech.de>
Tue, 26 Feb 2019 11:04:49 +0000 (12:04 +0100)
debian/sysd2sysv.postinst

index 442c70f..ed31461 100755 (executable)
@@ -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
+