Skip to content

Commit

Permalink
Merge pull request #7511 from rolandwalker/whitespace_five_casks
Browse files Browse the repository at this point in the history
whitespace nits in five casks
  • Loading branch information
rolandwalker committed Nov 22, 2014
2 parents 1e5b0c4 + 0fc3bd1 commit a1c1fc2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
3 changes: 2 additions & 1 deletion Casks/avidcodecsle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
license :commercial

pkg 'AvidCodecsLE.pkg'
uninstall :pkgutil => 'com.avid.avidcodecsle'

uninstall :pkgutil => 'com.avid.avidcodecsle'
end
1 change: 0 additions & 1 deletion Casks/microsoft-intellitype.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
'com.microsoft.driver.MicrosoftKeyboardBluetooth',
'com.microsoft.driver.MicrosoftKeyboardUSB',
]

end
2 changes: 0 additions & 2 deletions Casks/parallels.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@
'~/Library/Preferences/com.parallels.Parallels.plist',
]


caveats <<-EOS.undent
The first time you run Parallels Desktop, you will need to enter your
password in order to complete the installation.
EOS

end
15 changes: 8 additions & 7 deletions Casks/pl2303.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

url "http://prolificusa.com/files/md_PL2303_MacOSX-10_6up_v#{version.gsub('.','_')}.zip"
homepage 'http://www.prolificusa.com'
license :closed
license :closed

pkg "PL2303_MacOSX_v#{version.gsub('.','_')}.pkg"
uninstall :delete => [
'/System/Library/Extensions/ProlificUsbSerial.kext',
'/var/db/receipts/*PL2303*.*',
'/var/db/receipts/*ProlificUSbSerial*.*',
]
pkg "PL2303_MacOSX_v#{version.gsub('.','_')}.pkg"

uninstall :delete => [
'/System/Library/Extensions/ProlificUsbSerial.kext',
'/var/db/receipts/*PL2303*.*',
'/var/db/receipts/*ProlificUSbSerial*.*',
]
end
2 changes: 1 addition & 1 deletion Casks/sketchup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
license :unknown

suite 'SketchUp 2015'

zap :delete => [
'~/Library/Application Support/SketchUp 2015',
'~/Library/Caches/com.sketchup.SketchUp.2015',
Expand Down

0 comments on commit a1c1fc2

Please sign in to comment.