Skip to content

Commit

Permalink
Add uninstaller and zap to Casks/dbvisualizer.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Parhomenko committed Jan 15, 2015
1 parent 4bcc7f6 commit 816bb06
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 816bb06

Please sign in to comment.