zap/uninstall :files in hall.rb

This commit is contained in:
Roland Walker 2014-09-13 10:23:02 -04:00
parent ec83bad906
commit f475e424ae

View file

@ -6,5 +6,6 @@ class Hall < Cask
homepage 'https://hall.com/download-hall/hall-for-mac'
pkg 'Hall.pkg'
uninstall :pkgutil => 'com.companyline.hall.desktop', :files => '/Applications/Hall.app'
uninstall :pkgutil => 'com.companyline.hall.desktop',
:files => '/Applications/Hall.app'
end