homebrew-cask/Casks/citrix-receiver.rb

31 lines
1.2 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'citrix-receiver' do
2017-01-12 13:54:30 +08:00
version :latest
sha256 :no_check
2016-02-13 00:16:31 +08:00
# downloadplugins.citrix.com.edgesuite.net was verified as official when first introduced to the cask
url 'http://downloadplugins.citrix.com.edgesuite.net/Mac/CitrixReceiverWeb.dmg'
2015-04-05 13:19:10 +08:00
name 'Citrix Receiver'
homepage 'https://www.citrix.com/products/receiver/'
2014-09-10 23:36:59 +08:00
pkg 'Install Citrix Receiver.pkg'
uninstall launchctl: [
'com.citrix.AuthManager_Mac',
'com.citrix.ReceiverHelper',
'com.citrix.ServiceRecords',
],
quit: [
'Citrix.ServiceRecords',
'com.citrix.ReceiverHelper',
],
pkgutil: 'com.citrix.ICAClient'
zap delete: [
'~/Library/Application Support/Citrix Receiver',
'~/Library/Preferences/com.citrix.receiver.nomas.plist',
'~/Library/Preferences/com.citrix.receiver.nomas.plist.lockfile',
'~/Library/Preferences/com.citrix.ReceiverFTU.AccountRecords.plist',
'~/Library/Preferences/com.citrix.ReceiverFTU.AccountRecords.plist.lockfile',
]
2014-03-12 11:35:43 +08:00
end