contexts: Add uninstall and zap stanzas

This commit is contained in:
Josh Hagins 2015-03-23 14:51:53 -04:00
parent 81da24cf6b
commit e857b74457
1 changed files with 8 additions and 0 deletions

View File

@ -9,4 +9,12 @@ cask :v1 => 'contexts' do
license :commercial license :commercial
app 'Contexts.app' app 'Contexts.app'
uninstall :quit => 'com.contextsformac.Contexts'
zap :delete => [
'~/Library/Application Support/.com.contextsformac.Contexts.plist',
'~/Library/Caches/com.contextsformac.Contexts',
'~/Library/Preferences/com.contextsformac.Contexts.plist'
]
end end