Zap App caches dir

Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
This commit is contained in:
Sébastien Gross 2016-04-01 01:03:22 +02:00 committed by Vítor Galvão
parent cd23b61ae1
commit be55c6b0ed
1 changed files with 4 additions and 1 deletions

View File

@ -12,5 +12,8 @@ cask 'gmail-notifr' do
app 'Gmail Notifr.app'
zap delete: '~/Library/Preferences/com.ashchan.GmailNotifr.plist'
zap delete: [
'~/Library/Preferences/com.ashchan.GmailNotifr.plist',
'~/Library/Caches/com.ashchan.GmailNotifr',
]
end