Zap for cask wkhtmltopdf

This commit is contained in:
David Yun 2015-03-26 14:44:11 +08:00
parent 2e72bba8f8
commit 886c12a086
1 changed files with 5 additions and 0 deletions

View File

@ -18,4 +18,9 @@ cask :v1 => 'wkhtmltopdf' do
license :gpl
uninstall :pkgutil => 'org.wkhtmltopdf.wkhtmltox'
zap :delete => [
'/usr/local/include/wkhtmltox/*',
'/usr/local/lib/libwkhtmltox.*'
]
end