homebrew-cask/Casks/avira-vpn.rb

26 lines
811 B
Ruby
Raw Normal View History

cask 'avira-vpn' do
version :latest
sha256 :no_check
# avira-update.com was verified as official when first introduced to the cask
url 'https://install.avira-update.com/package/vpn/osx/int/vpn.pkg'
name 'Avira Phantom VPN'
2017-04-11 16:45:03 +08:00
homepage 'https://www.avira.com/en/avira-phantom-vpn/'
pkg 'vpn.pkg'
2017-03-19 02:32:45 +08:00
uninstall pkgutil: 'com.avira.pkg.AviraPhantomVpn',
quit: 'com.avira.macvpn',
launchctl: [
'org.phantomDaemon',
'org.openvpn',
]
2017-03-18 07:30:11 +08:00
zap delete: [
'~/Library/Preferences/com.avira.macvpn.plist',
'~/Library/Application Support/PhantomVPN',
'~/Library/Caches/PhantomVPN',
'/Library/Application Support/PhantomVPN',
]
end