mirror of https://github.com/BOINC/boinc.git
14 lines
285 B
Tcsh
Executable File
14 lines
285 B
Tcsh
Executable File
#!/bin/csh
|
|
|
|
##
|
|
# post-Upgrade Script for Macintosh BOINC Manager for OS X revised 1/21/06
|
|
##
|
|
|
|
cd "$1"
|
|
# Run the Postinstall Application
|
|
Contents/Resources/PostInstall.app/Contents/MacOS/PostInstall -part1
|
|
|
|
Contents/Resources/PostInstall.app/Contents/MacOS/PostInstall -part2 &
|
|
|
|
exit 0
|