Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Resources/postflight

Issue 9956155: [Chromoting] Keystone installer package. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
OLDNEW
(Empty)
1 #!/bin/sh
2 # Copyright 2008 Google, Inc
3
4 cd "${PACKAGE_PATH}"
5 cd Contents/Resources
6
7 if [ ! -f Keystone.tbz -o ! -f install.py ]; then
8 # Corrupt package?
9 exit 1
10 fi
11
12 # This should be the last line so it's exit code is returned
13 ./install.py --install=Keystone.tbz
14
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698