added :zap for filezilla

Closes #9523.
This commit is contained in:
Tim Veluwenkamp 2015-02-10 08:40:10 +01:00 committed by Vítor Galvão
parent bc3bd64b4c
commit 636b2ef3c9
1 changed files with 7 additions and 2 deletions

View File

@ -15,6 +15,11 @@ cask :v1 => 'filezilla' do
license :gpl license :gpl
app 'FileZilla.app' app 'FileZilla.app'
# todo verify that this does not contain user-generate content
# zap :delete => '~/.filezilla' zap :delete => [
'~/Library/Saved Application State/de.filezilla.savedState',
'~/Library/Preference/de.filezilla.plist',
],
:rmdir => '~/.config/filezilla'
end end