Merge pull request #8862 from jawshooah/avast/add-zap

avast: Add zap stanza and another name
This commit is contained in:
Vítor Galvão 2015-01-13 16:07:00 +00:00
commit 27f12eab77
1 changed files with 3 additions and 0 deletions

View File

@ -4,10 +4,13 @@ cask :v1 => 'avast' do
url 'http://download.ff.avast.com/mac/avast_free_mac_security.dmg'
name 'Avast'
name 'Avast Mac Security'
homepage 'http://www.avast.com/'
license :commercial
pkg 'Avast Mac Security.pkg'
uninstall :script => '/Library/Application Support/Avast/hub/uninstall.sh'
zap :delete => '~/Library/Preferences/com.avast.avast!.plist'
end