diff options
Diffstat (limited to 'packaging/Caldera/OpenServer/Package')
-rwxr-xr-x | packaging/Caldera/OpenServer/Package | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/Caldera/OpenServer/Package b/packaging/Caldera/OpenServer/Package deleted file mode 100755 index c954e55e1e..0000000000 --- a/packaging/Caldera/OpenServer/Package +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/ksh -# -# Now create the actual custom installable media images -# -# invoke with -n as the first argument to get this script to tell -# you what it would do without doing anything -# - -V= -[ "$1" = "-n" ] && V=echo - -$V cd dist -$V ./MakeSSO |