Vítor Galvão
10 years ago
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
class Parallels < Cask |
||||
|
version '9.0.24237.1028877' |
||||
|
sha256 'da71645ff1f0076ab5b2f8fa5eefb63bcd921e5f52161fd4dd85e6fb19ae2c57' |
||||
|
|
||||
|
url "http://download.parallels.com/desktop/v9/update2.hotfix2/ParallelsDesktop-#{version}.dmg" |
||||
|
homepage 'http://www.parallels.com/products/desktop/' |
||||
|
license :unknown |
||||
|
|
||||
|
pkg 'Install.mpkg' |
||||
|
|
||||
|
uninstall :pkgutil => 'com.parallels.pkg.virtualization.bundle', |
||||
|
:kext => [ |
||||
|
'com.parallels.kext.usbconnect', |
||||
|
'com.parallels.kext.hypervisor', |
||||
|
'com.parallels.kext.hidhook', |
||||
|
'com.parallels.kext.netbridge', |
||||
|
'com.parallels.kext.vnic', |
||||
|
] |
||||
|
zap :delete => '~/.parallels_settings' |
||||
|
end |
Loading…
Reference in new issue