Fixed Haskell-Platform 7.10.2-a uninstall script

This commit is contained in:
Corey McDermott 2015-10-13 22:56:20 +11:00
parent 297531e3b0
commit 335d52907a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cask :v1 => 'haskell-platform' do
pkg "Haskell Platform #{version} 64bit-signed.pkg"
uninstall :script => { :executable => '/usr/bin/uninstall-hs', :args => %w[all --remove] },
uninstall :script => { :executable => '/Library/Haskell/bin/uninstall-hs', :args => %w[all --remove] },
:pkgutil => 'org.haskell.HaskellPlatform.*'
depends_on :macos => '>= :snow_leopard'