Mac installer: remove any previous nvc_config.xml file

This commit is contained in:
Charlie Fenton 2018-07-26 10:44:15 -07:00
parent e34b68379e
commit eadd350987
1 changed files with 3 additions and 0 deletions

View File

@ -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