]> wagnertech.de Git - projects.git/commitdiff
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 442c70fb62b6170e2cd4d6154f4302db1e66c6aa..ed314612fe23935b08d67412e0d232f0baeb04eb 100755 (executable)
@@ -9,10 +9,11 @@ do
        then
                rm $file
        fi
        then
                rm $file
        fi
-       # for downward compatibility
-       if [ -f mlistd ]
-       then
-               rm mlistd
-       fi
 done
 
 done
 
+# for downward compatibility
+if [ -f mlistd ]
+then
+       rm mlistd
+fi
+