Merge pull request #5691 from rolandwalker/comment_nomachine

commentary and todos on nomachine.rb
This commit is contained in:
Roland Walker 2014-08-09 08:56:53 -04:00
commit 85d9ac0942
1 changed files with 15 additions and 1 deletions

View File

@ -6,5 +6,19 @@ class Nomachine < Cask
homepage 'http://www.nomachine.com'
install 'NoMachine.pkg'
uninstall :files => ['/Applications/NoMachine.app']
# a launchctl job ordinarily manages uninstall once the app bundle is removed
uninstall :files => '/Applications/NoMachine.app'
# todo for future use when zap is documented
# zap :early_script => {
# :executable => '/bin/rm',
# :args => ['-f', '--', '/Library/Application Support/NoMachine/nxuninstall.sh']
# },
# :quit => 'com.nomachine.nxdock',
# :kext => [
# 'com.nomachine.driver.nxau',
# 'com.nomachine.driver.nxtun',
# 'com.nomachine.kext.nxfs',
# ],
# :pkgutil => 'com.nomachine.nomachine.NoMachine.*',
# :launchctl => 'com.nomachine.uninstall'
end