vagrant.rb: remove postflight

This commit is contained in:
Vítor Galvão 2016-11-30 15:43:01 +00:00 committed by GitHub
parent 00fe14389b
commit b99d5280a3
1 changed files with 0 additions and 9 deletions

View File

@ -11,15 +11,6 @@ cask 'vagrant' do
pkg 'Vagrant.pkg'
# Vagrant 1.8.7 ships with a broken embedded curl. Removing it causes vagrant
# to fall back to the system-installed curl, which works.
# https://github.com/mitchellh/vagrant/issues/7969
postflight do
system_command '/bin/rm',
args: ['/opt/vagrant/embedded/bin/curl'],
sudo: true
end
uninstall script: { executable: 'uninstall.tool', input: %w[Yes] },
pkgutil: 'com.vagrant.vagrant'