commitay
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
6 deletions
-
Casks/virtualbox-beta.rb
|
|
@ -12,12 +12,6 @@ cask 'virtualbox-beta' do |
|
|
|
|
|
|
|
pkg 'VirtualBox.pkg' |
|
|
|
|
|
|
|
uninstall_preflight do |
|
|
|
if File.exist?("#{HOMEBREW_PREFIX}/Caskroom/virtualbox-extension-pack-beta") |
|
|
|
system_command 'brew', args: ['cask', 'uninstall', 'virtualbox-extension-pack-beta'] |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
uninstall script: { |
|
|
|
executable: 'VirtualBox_Uninstall.tool', |
|
|
|
args: ['--unattended'], |
|
|
|