Add uninstall and zap stanzas for Backblaze

This commit is contained in:
Zhiming Wang 2016-01-01 13:04:08 -08:00
parent ab1de8ce61
commit 94da75653f
No known key found for this signature in database
GPG Key ID: BBD31D4D110044B8
1 changed files with 12 additions and 0 deletions

View File

@ -8,4 +8,16 @@ cask 'backblaze' do
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