boinc/mac_installer/postinstall

12 lines
245 B
Plaintext
Raw Normal View History

#!/bin/csh
##
# post-Install Script for Macintosh BOINC Manager for OS X revised 5/21/05
##
chmod -R a+s /Applications/BOINCManager.app
cd "$1"
# Run the Postinstall Application
Contents/Resources/PostInstall.app/Contents/MacOS/PostInstall &