Modify uninstall and zap stanzas for Psi.app (#22730)

This commit is contained in:
Christoph Blecker 2016-07-11 18:06:20 -07:00 committed by Aditya Dalal
parent 61cebb8bb0
commit 5b3a60ef93
1 changed files with 8 additions and 0 deletions

View File

@ -9,4 +9,12 @@ cask 'psi' do
license :gpl
app 'Psi.app'
uninstall quit: 'org.psi-im'
zap delete: [
'~/Library/Saved Application State/org.psi-im.savedState',
'~/Library/Caches/Psi',
'~/Library/Application Support/Psi',
]
end