| Index: remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Resources/InstallationCheck
|
| ===================================================================
|
| --- remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Resources/InstallationCheck (revision 0)
|
| +++ remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Resources/InstallationCheck (working copy)
|
| @@ -0,0 +1,16 @@
|
| +#!/bin/sh
|
| +# Copyright Google 2008, Inc. All Rights Reserved.
|
| +
|
| +# Require 10.4 or later
|
| +VERS=$(/usr/bin/sw_vers -productVersion | /usr/bin/sed 's/\./ /g' | /usr/bin/awk '{print $2}')
|
| +if [ x$VERS = x ] ; then
|
| + exit 0
|
| +elif [ $VERS -lt 4 ] ; then
|
| + exit 112
|
| +fi
|
| +
|
| +exit 0
|
| +
|
| +
|
| +
|
| +
|
|
|
| Property changes on: remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Resources/InstallationCheck
|
| ___________________________________________________________________
|
| Added: svn:executable
|
| ## -0,0 +1 ##
|
| +*
|
| \ No newline at end of property
|
|
|