diff --git a/install-sh b/install-sh new file mode 100755 index 00000000..440b5d2d --- /dev/null +++ b/install-sh @@ -0,0 +1,5 @@ +#!/bin/sh +echo 'This file should *not* needed, but autocrap wants it.' +echo 'If you are seeing this message while installing, you really should get' +echo 'a proper OS. Whatever currently runs on this box is severely broken.' +exit 1 diff --git a/install.sh b/install.sh deleted file mode 100644 index 6fac7216..00000000 --- a/install.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -echo 'This file is actually *not* needed, but autocrap wants it'