Skip to content

Commit

Permalink
Merge pull request #16277 from zmwangx/backblaze-uninstall-zap
Browse files Browse the repository at this point in the history
Add uninstall and zap stanzas for Backblaze
  • Loading branch information
vitorgalvao committed Jan 1, 2016
2 parents f0fbc9a + 94da756 commit 7fdd831
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Casks/backblaze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@
license :commercial

installer :manual => 'Backblaze Installer.app'

uninstall :launchctl => [
'com.backblaze.bzserv.plist',
'com.backblaze.bzbmenu.plist'
],
:delete => '/Library/PreferencePanes/BackblazeBackup.prefPane'
zap :delete => [
'/Library/Backblaze.bzpkg',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.backblaze.backblazebackup.sfl',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.backblaze.bzdoinstall.sfl',
'~/Library/Logs/BackblazeGUIInstaller'
]
end

0 comments on commit 7fdd831

Please sign in to comment.