Merge pull request #2003 from rolandwalker/keyremap4macbook_uninstall

add uninstall stanza for keyremap4macbook
This commit is contained in:
Fernando Paredes 2013-12-07 19:41:22 -08:00
commit d4d6848763
1 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,7 @@ class Keyremap4macbook < Cask
version '9.2.0'
sha1 'f614c318d2dcf35c5e1e9a85bab58b12238db4de'
install 'KeyRemap4MacBook.pkg'
uninstall :pkgutil => 'org.pqrs.driver.KeyRemap4MacBook',
:kext => 'org.pqrs.driver.KeyRemap4MacBook',
:launchctl => 'org.pqrs.KeyRemap4MacBook.server'
end