add zap stanza, controllermate.rb

This commit is contained in:
Roland Walker 2014-10-11 10:25:17 -04:00
parent c41a0abd07
commit 13edcd4023
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ class Controllermate < Cask
license :unknown
pkg 'ControllerMate.pkg'
uninstall :script => 'ControllerMate Uninstaller.app/Contents/MacOS/ControllerMate Uninstaller',
:pkgutil => 'com.orderedbytes.controllermate.*'
zap :delete => [
'~/Library/Application Support/ControllerMate',
'~/Library/Caches/com.orderedbytes.ControllerMate4',
'~/Library/Logs/ControllerMate MIDI',
'~/Library/Logs/ControllerMate',
]
end