| Index: remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Resources/postflight
|
| ===================================================================
|
| --- remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Resources/postflight (revision 0)
|
| +++ remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Resources/postflight (working copy)
|
| @@ -0,0 +1,15 @@
|
| +#!/bin/sh
|
| +# Copyright 2008 Google, Inc
|
| +
|
| +cd "${PACKAGE_PATH}"
|
| +cd Contents/Resources
|
| +
|
| +if [ ! -f Keystone.tbz -o ! -f install.py ]; then
|
| + # Corrupt package?
|
| + exit 1
|
| +fi
|
| +
|
| +# This should be the last line so it's exit code is returned
|
| +./install.py --install=Keystone.tbz
|
| +
|
| +
|
|
|
| Property changes on: remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Resources/postflight
|
| ___________________________________________________________________
|
| Added: svn:executable
|
| ## -0,0 +1 ##
|
| +*
|
| \ No newline at end of property
|
|
|