mirror of https://github.com/BOINC/boinc.git
Mac installer: remove any previous nvc_config.xml file
This commit is contained in:
parent
e34b68379e
commit
eadd350987
|
@ -18,4 +18,7 @@ rm -fR "/Library/Screen Savers/BOINCSaver.saver"
|
|||
# Remove any old "BOINC Manager.mo" files before installing "BOINC-Manager.mo" files (or vice-versa)
|
||||
rm -fR "/Library/Application Support/BOINC Data/locale/"
|
||||
|
||||
# Remove any previous nvc_config.xml file
|
||||
rm -f "/Library/Application Support/BOINC Data/old_nvc_config.xml"
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue