google-hangouts.rb

This commit is contained in:
Roland Walker 2014-09-10 11:37:01 -04:00
parent ee3b96f679
commit eae5fc84c9
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ class GoogleHangouts < Cask
url 'https://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.dmg' url 'https://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.dmg'
homepage 'https://www.google.com/tools/dlpage/hangoutplugin' homepage 'https://www.google.com/tools/dlpage/hangoutplugin'
install 'Google Voice and Video.pkg' pkg 'Google Voice and Video.pkg'
uninstall :pkgutil => 'com.google.pkg.GoogleVoiceAndVideo' uninstall :pkgutil => 'com.google.pkg.GoogleVoiceAndVideo'
end end