diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2013-01-08 22:29:03 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2013-01-08 22:29:03 -0500 |
commit | 08a95a446497a83edafddb829b990aee356d6c94 (patch) | |
tree | 00169fe75724ab23c615fc04227b8f4ce9f35b93 /indra/viewer_components/updater/scripts/darwin/update_install | |
parent | b601bc3cbf5e999b4fd0b0b9ae024397b92cce39 (diff) | |
parent | 4ca04bd89c3ed2f876ad5780200cdaba5ef469ac (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-development
Diffstat (limited to 'indra/viewer_components/updater/scripts/darwin/update_install')
-rw-r--r-- | indra/viewer_components/updater/scripts/darwin/update_install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/viewer_components/updater/scripts/darwin/update_install b/indra/viewer_components/updater/scripts/darwin/update_install deleted file mode 100644 index e7f36dc5a3..0000000000 --- a/indra/viewer_components/updater/scripts/darwin/update_install +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash - -# -# The first argument contains the path to the installer app. The second a path -# to a marker file which should be created if the installer fails.q -# - -cd "$(dirname "$0")" -(../Resources/mac-updater.app/Contents/MacOS/mac-updater -dmg "$1" -name "Second Life Viewer"; if [ $? -ne 0 ]; then echo $3 >> "$2"; fi;) & -exit 0 |