homebrew-cask/Casks/verizoninhomeagent.rb

34 lines
1.4 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'verizoninhomeagent' do
2015-06-03 03:23:16 +08:00
version :latest
sha256 :no_check
url 'https://care.verizon.net/isupport_motive/iHAPkgsMac/VerizonInHomeAgentInstaller.dmg'
name 'VerizonInHomeAgent'
homepage 'https://care.verizon.net/iha/IHAPC.aspx'
installer manual: 'VerizonInHomeAgentInstaller.app'
2015-06-03 03:23:16 +08:00
uninstall quit: [
'VDSI.VerizonUpdateCenter',
'com.Verizon.IHA',
'com.Verizon.VZIHAMacInstaller',
'com.Verizon.Verizon-IHAUpdater',
],
delete: [
'/Applications/Verizon-IHAUpdater.app',
'/Applications/VerizonInHomeAgent.app',
'/Applications/VerizonUpdateCenter.app',
'~/Desktop/VerizonInHomeAgent.app',
]
2015-06-03 03:23:16 +08:00
zap delete: [
'~/Library/Caches/VDSI.VerizonUpdateCenter',
'~/Library/Caches/com.Verizon.IHA',
'~/Library/Caches/com.Verizon.VZIHAMacInstaller',
'~/Library/Caches/com.Verizon.Verizon-IHAUpdater',
'~/Library/Preferences/com.Verizon.IHA.plist',
'~/Library/Saved Application State/com.Verizon.IHA.savedState',
'~/Library/Saved Application State/com.Verizon.VZIHAMacInstaller.savedState',
]
2015-06-03 03:23:16 +08:00
end