forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavast-secureline-vpn.rb
26 lines (22 loc) · 977 Bytes
/
avast-secureline-vpn.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cask 'avast-secureline-vpn' do
version :latest
sha256 :no_check
url 'http://mac.sl.d.avast.com/mac/avast_secureline.dmg'
name 'Avast SecureLine VPN'
homepage 'https://www.avast.com/secureline-vpn#mac'
pkg 'Avast SecureLine VPN.pkg'
uninstall pkgutil: 'com.avast.secureline',
launchctl: [
'com.avast.secureline*',
'*.com.avast.osx.secureline.avastsecurelinehelper',
'com.avast.secureline.home.userinit',
],
delete: '/Applications/AvastSecureLine.app'
zap trash: [
'~/Library/Cookies/com.avast.osx.secureline.binarycookies',
'~/Library/Caches/com.avast.osx.secureline',
'~/Library/Group Containers/*.com.avast.osx.secureline*',
'~/Library/Preferences/*.com.avast.osx.secureline.plist',
'~/Library/Group Containers/*.group.com.avast.osx',
]
end