Add `uninstall :pkgutil` to pdftk

This commit is contained in:
ndr 2014-09-28 12:23:21 +02:00
parent b137646d24
commit 1d93a91e14
1 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,6 @@ class Pdftk < Cask
homepage 'http://www.pdflabs.com/tools/pdftk-server/'
pkg "pdftk_server-#{version}-mac_osx-10.6-setup.pkg"
uninstall :script => '/opt/pdflabs/pdftk/bin/pdftk_uninstall.sh'
uninstall :script => '/opt/pdflabs/pdftk/bin/pdftk_uninstall.sh',
:pkgutil => 'com.pdflabs.pdftkThePdfToolkit.pdftk.pkg'
end