]> wagnertech.de Git - projects.git/blobdiff - debian/sysd2sysv.postinst
posaune
[projects.git] / debian / sysd2sysv.postinst
index 442c70fb62b6170e2cd4d6154f4302db1e66c6aa..ed314612fe23935b08d67412e0d232f0baeb04eb 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
+