mirror of https://github.com/BOINC/boinc.git
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
|
#!/bin/csh
|
||
|
|
||
|
##
|
||
|
# post-Install Script for Macintosh BOINC Manager for OS X revised 4/26/05
|
||
|
##
|
||
|
|
||
|
cd "$1"
|
||
|
/ Run the Postinstall Application
|
||
|
Contents/Resources/PostInstall.app/Contents/MacOS/PostInstall
|
||
|
|
||
|
chmod -R a+s /Applications/BOINCManager.app
|