2006-01-21 12:42:04 +00:00
|
|
|
#!/bin/csh
|
|
|
|
|
|
|
|
##
|
2006-01-23 13:16:28 +00:00
|
|
|
# Pre-Install / Pre-Upgrade Script for Macintosh BOINC Manager for OS X revised 1/23/06
|
2006-01-21 12:42:04 +00:00
|
|
|
##
|
|
|
|
|
|
|
|
# If we are replacing an earlier GridRepublic installation, fix the data directory name before installing
|
2006-04-17 07:58:19 +00:00
|
|
|
## We don't customize BOINC Data directory name for branding
|
|
|
|
## mv -n "/Library/Application Support/GridRepublic Data" "/Library/Application Support/BOINC Data"
|
2006-01-21 12:42:04 +00:00
|
|
|
|
|
|
|
exit 0
|