Merge pull request #10951 from anunez/appcleaner-zap

Add zap stanza for AppCleaner
This commit is contained in:
Vítor Galvão 2015-05-01 15:59:13 +01:00
commit 1fc5a9fa45
1 changed files with 5 additions and 0 deletions

View File

@ -10,4 +10,9 @@ cask :v1 => 'appcleaner' do
license :gratis
app 'AppCleaner.app'
zap :delete => [
'~/Library/Caches/com.freemacsoft.AppCleaner',
'~/Library/Preferences/com.freemacsoft.AppCleaner.plist',
]
end