MacOS: don't install growlagent into prefpanes dir
[openafs.git] / src / packaging / MacOS / InstallationCheck.10
index b4774bf..3508361 100644 (file)
@@ -1,8 +1,6 @@
 #!/bin/sh
 majorvers=`uname -r | sed 's/\..*//'`
-echo "InstallationCheck: os release is $majorvers"
 if [ $majorvers -ne 10 ]; then
-echo "InstallationCheck: not ok"
        exit 112
 fi
 
@@ -18,5 +16,4 @@ if [ -e $tmpcellalias ]; then
     mv -f $tmpcellalias $tmpcellalias.$date
 fi
 
-echo "InstallationCheck: ok"
 exit 0