mirror of https://github.com/BOINC/boinc.git
12 lines
319 B
Tcsh
12 lines
319 B
Tcsh
#!/bin/csh
|
|
|
|
##
|
|
# Pre-Install / Pre-Upgrade Script for Macintosh BOINC Manager for OS X revised 1/23/06
|
|
##
|
|
|
|
|
|
# If we are replacing an earlier GridRepublic installation, fix the data directory name before installing
|
|
mv -n "/Library/Application Support/GridRepublic Data" "/Library/Application Support/BOINC Data"
|
|
|
|
exit 0
|