Preventing the modification of non-existent bootmisc.sh
[invirt/packages/invirt-console.git] / debian / transform_bootmisc.sh.invirt
index b6a4b6d..15ffb4b 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/bash
+
+if [ ! -x /etc/init.d/bootmisc.sh ]; then
+               exit 0
+fi
+
 patch -p0 -o /dev/fd/4 3<&0 4>&1 1>/dev/null <<EOF
 
 # Yes, I there's no context. But the lines being replaced are less