Update idisplay - pkg / uninstall (#36768)

This commit is contained in:
commitay 2017-07-20 04:04:17 +10:00 committed by Victor Popkov
parent 1bfa888c1b
commit e8a7919119
1 changed files with 14 additions and 1 deletions

View File

@ -7,5 +7,18 @@ cask 'idisplay' do
name 'iDisplay'
homepage 'https://getidisplay.com/'
app 'iDisplay.app'
pkg 'iDisplay.pkg'
uninstall launchctl: 'ag.shape.MSMToolHelper',
pkgutil: [
'ag.shape.iDisplay.pkg',
'ag.shape.MSM*.pkg',
],
signal: ['TERM', 'com.shapeservices.idisplay-host-full']
zap trash: '~/Library/Preferences/com.shapeservices.idisplay-host-full.plist'
caveats do
reboot
end
end