Skip to content

Commit

Permalink
Merge pull request #164 from kbernhagen/osx-updates-2023-10-21
Browse files Browse the repository at this point in the history
Remove v7 uninstaller pkg on install
  • Loading branch information
jcoffland authored Oct 23, 2023
2 parents 8f83bb2 + f41ee6f commit 6b482c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/osx/scripts/preinstall
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ fi
F1="/Applications/FAHClient.url"
F2="/Applications/Folding@home/Web Control.url"
F3="/Library/Application Support/FAHClient/GPUs.txt"
F4="/Applications/Folding@home/Uninstall [email protected]"
[ -f "$F1" ] && rm -f "$F1" || true
[ -f "$F2" ] && rm -f "$F2" || true
[ -f "$F3" ] && rm -f "$F3" || true
[ -f "$F4" ] && rm -f "$F4" || true
A1="/Applications/Folding@home/FAHControl.app"
A2="/Applications/Folding@home/FAHViewer.app"
[ -d "$A1" ] && rm -rf "$A1" || true
Expand Down

0 comments on commit 6b482c8

Please sign in to comment.