Merge pull request #10520 from TimVNL/android-studio

properly added :zap to android-studio
This commit is contained in:
Paul Hinze 2015-04-10 12:40:00 -05:00
commit e29e8454e8
1 changed files with 9 additions and 1 deletions

View File

@ -14,4 +14,12 @@ cask :v1 => 'android-studio' do
#{token} requires Java. You can install the latest version with
brew cask install java
EOS
zap :delete => [
'~/Library/Preferences/AndroidStudio*',
'~/Library/Preferences/com.google.android.studio.plist',
'~/Library/Application\ Support/AndroidStudio*',
'~/Library/Logs/AndroidStudio*',
'~/Library/Caches/AndroidStudio*',
],
:rmdir => '~/AndroidStudioProjects'
end