Skip to content

Commit

Permalink
Update Cask Behavior
Browse files Browse the repository at this point in the history
No longer required with new cask behavior.

#99
  • Loading branch information
bdwyertech committed Jul 20, 2016
1 parent 37c374b commit d875a34
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions recipes/cask.rb
Expand Up @@ -25,14 +25,3 @@
mode 00775
only_if { ::Dir.exist?('/Library/Caches/Homebrew') }
end

directory '/opt/homebrew-cask' do
owner homebrew_owner
mode 00775
recursive true
end

directory '/opt/homebrew-cask/Caskroom' do
owner homebrew_owner
mode 00775
end

0 comments on commit d875a34

Please sign in to comment.