Skip to content

Commit

Permalink
Merge pull request Homebrew#9605 from jawshooah/codelite/zap
Browse files Browse the repository at this point in the history
codelite: Add zap, depends_on stanzas
  • Loading branch information
ndr committed Feb 16, 2015
2 parents d47c0d4 + 7855623 commit dda0bef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Casks/codelite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@
license :gpl

app 'codelite.app'

zap :delete => [
'~/Library/Application Support/codelite',
'~/Library/Preferences/codelite.plist'
]

depends_on :macos => '>= :mountain_lion'
end

0 comments on commit dda0bef

Please sign in to comment.