Add `uninstall :pkgutil` to zendserver

This commit is contained in:
ndr 2014-09-28 11:26:33 +02:00
parent cd05963f90
commit 3f9ce320b0
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ class Zendserver < Cask
homepage 'http://www.zend.com/en/products/server/'
pkg 'Zend Server.pkg'
uninstall :script => { :executable => '/usr/local/zend/bin/uninstall.sh', :args => ['--automatic'] }
uninstall :script => { :executable => '/usr/local/zend/bin/uninstall.sh', :args => ['--automatic'] },
:pkgutil => 'zenith.pkg.ZendServer'
caveats do
files_in_usr_local
end