2006-01-21 12:42:04 +00:00
|
|
|
#!/bin/csh
|
|
|
|
|
|
|
|
##
|
2006-12-01 06:45:59 +00:00
|
|
|
# Pre-Install / Pre-Upgrade Script for Macintosh BOINC Manager for OS X revised 12/1/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
|
|
|
|
2006-12-01 06:45:59 +00:00
|
|
|
# Delete old World Community Grid Skins
|
|
|
|
sudo rm -dfR /Library/Application\ Support/BOINC\ Data/skins/World\ Community\ Grid/
|
|
|
|
|
2006-01-21 12:42:04 +00:00
|
|
|
exit 0
|