From 5f57d0ac85da6618b1da0ae85abada50987d4604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Tue, 26 Jan 2016 18:08:14 +0000 Subject: [PATCH] Delete sophos-anti-virus-home-edition.rb --- Casks/sophos-anti-virus-home-edition.rb | 49 ------------------------- 1 file changed, 49 deletions(-) delete mode 100644 Casks/sophos-anti-virus-home-edition.rb diff --git a/Casks/sophos-anti-virus-home-edition.rb b/Casks/sophos-anti-virus-home-edition.rb deleted file mode 100644 index 43d486f94d5..00000000000 --- a/Casks/sophos-anti-virus-home-edition.rb +++ /dev/null @@ -1,49 +0,0 @@ -cask 'sophos-anti-virus-home-edition' do - version :latest - sha256 :no_check - - url 'https://downloads.sophos.com/home-edition/savosx_he_r.zip' - name 'Sophos Anti-Virus Home Edition' - homepage 'https://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-edition.aspx/' - license :gratis - - installer script: 'Sophos Anti-Virus Home Edition.app/Contents/MacOS/tools/InstallationDeployer', args: %w[--install] - - uninstall script: { - executable: 'Sophos Anti-Virus Home Edition.app/Contents/MacOS/tools/InstallationDeployer', - args: %w[--remove], - }, - launchctl: [ - 'com.sophos.common.servicemanager', - 'com.sophos.uiserver', - ], - kext: [ - 'com.sophos.kext.sav', - 'com.sophos.nke.swi', - ], - quit: 'com.sophos.ui', - delete: [ - '/Applications/Remove Sophos Anti-Virus.app', - '/Applications/Sophos Anti-Virus.app', - '/Library/Extensions/SophosNetworkInterceptor.kext', - '/Library/Extensions/SophosOnAccessInterceptor.kext', - '/Library/Frameworks/SAVI.framework', - '/Library/Frameworks/SUMScanKit.framework', - '/Library/Frameworks/SophosGenericsCommon.framework', - '/Library/Frameworks/SophosGenericsCore.framework', - '/Library/LaunchAgents/com.sophos.uiserver.plist', - '/Library/Sophos Anti-Virus', - '/usr/bin/sweep', - '/usr/share/man/man1/sweep.1', - ] - - zap delete: [ - '/Library/Application Support/Sophos', - '/Library/Preferences/com.sophos.ac.plist', - '/Library/Preferences/com.sophos.dc.plist', - '/Library/Preferences/com.sophos.mcs.plist', - '/Library/Preferences/com.sophos.sau.plist', - '/Library/Preferences/com.sophos.sav.plist', - '/Library/Preferences/com.sophos.swc.plist', - ] -end