Skip to content

Commit

Permalink
Use Backblaze Uninstaller to uninstall
Browse files Browse the repository at this point in the history
Rather than having to manually delete the various applications,
preference panes and `launchctl` jobs installed by the Backblaze
Installer ourselves, use the included Backblaze Uninstaller script
instead.

Note that the Uninstaller will not delete user-specific files so we
retain the existing zap stanza.
  • Loading branch information
mudge committed Aug 24, 2020
1 parent 37e2dd3 commit 8f1c0fd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Casks/backblaze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@

installer manual: "Backblaze Installer.app"

uninstall launchctl: [
"com.backblaze.bzserv",
"com.backblaze.bzbmenu",
],
delete: [
"#{appdir}/Backblaze.app",
"/Library/PreferencePanes/BackblazeBackup.prefPane",
]
uninstall script: "#{staged_path}/Backblaze Uninstaller.app/Contents/MacOS/Backblaze Uninstaller"

zap trash: [
"/Library/Backblaze.bzpkg",
Expand Down

0 comments on commit 8f1c0fd

Please sign in to comment.