Add Trusteer Rapport :latest (#30112)

* * Add Trusteer Rapport :latest

* Add uninstall

* Update trusteer-rapport.rb

* Add uninstall script
This commit is contained in:
giannitm 2017-02-15 05:58:44 +00:00 committed by Miccal Matthews
parent 07504fad9e
commit 44c3e19757
1 changed files with 16 additions and 0 deletions

16
Casks/trusteer-rapport.rb Normal file
View File

@ -0,0 +1,16 @@
cask 'trusteer-rapport' do
version :latest
sha256 :no_check
url 'http://download.trusteer.com/Gcur4Wtnu/leopard/Rapport.dmg'
name 'Trusteer Rapport'
homepage 'https://www.trusteer.com/ProtectYourMoney'
pkg 'Rapport.pkg'
uninstall script: {
executable: "#{staged_path}/Uninstall Rapport.app/Contents/Resources/RapportUninstaller.sh",
sudo: true,
},
pkgutil: 'com.trusteer.ibmSecurityTrusteerEndpointProtection.*'
end