homebrew-cask/Casks/citrix-receiver.rb

32 lines
1.3 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'citrix-receiver' do
2016-02-29 06:58:59 +08:00
version '12.1.1'
sha256 '5138096b25c97cb37d037d27e6151fc96e1af9da5184347f2812b522fe35e8a7'
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'
2015-06-29 14:32:18 +08:00
homepage 'https://www.citrix.com/receiver'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
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