Skip to content

Commit

Permalink
Merge pull request #8867 from sparhomenko/dbvisualizer-automated
Browse files Browse the repository at this point in the history
Add uninstaller and zap to Casks/dbvisualizer.rb
  • Loading branch information
vitorgalvao committed Jan 15, 2015
2 parents 55dc7cd + 816bb06 commit ba6c6cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Casks/dbvisualizer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
#{token} requires Java. You can install the latest version with
brew cask install java
EOS

uninstall :signal => [[ 'TERM', 'com.dbvis.DbVisualizer' ]]
zap :delete => '~/.dbvis'
end

0 comments on commit ba6c6cf

Please sign in to comment.