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

Unified Diff: remoting/tools/is_me2me_desktop

Issue 10860024: Handle updates to the wrapper script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reinstated spin protection. Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/installer/linux/debian/preinst ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/is_me2me_desktop
diff --git a/remoting/host/installer/mac/Scripts/keystone_install.sh b/remoting/tools/is_me2me_desktop
similarity index 61%
copy from remoting/host/installer/mac/Scripts/keystone_install.sh
copy to remoting/tools/is_me2me_desktop
index 2eddad23151b0053075f2deb8b3338ba24f30b9b..017d1325cab1a83427b343f1ca2fbe7d6642030d 100755
--- a/remoting/host/installer/mac/Scripts/keystone_install.sh
+++ b/remoting/tools/is_me2me_desktop
@@ -1,9 +1,9 @@
-#!/bin/sh
+#!/bin/bash
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Version = @@VERSION@@
+# Test whether or not the current desktop is virtual Me2Me.
-/usr/sbin/installer -pkg "$1/@@HOST_PKG@@.pkg" -target /
+[ -n "$REMOTING_ME2ME_SESSION" ]
« no previous file with comments | « remoting/host/installer/linux/debian/preinst ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698