Update flux.rb (#23904)

add cache to zap
This commit is contained in:
Numbermaniac 2016-08-19 15:37:04 +10:00 committed by Markus Reiter
parent 360e5ce388
commit faf17004d8
1 changed files with 4 additions and 1 deletions

View File

@ -19,5 +19,8 @@ cask 'flux' do
uninstall login_item: 'Flux'
zap delete: '~/Library/Preferences/org.herf.Flux.plist'
zap delete: [
'~/Library/Preferences/org.herf.Flux.plist',
'~/Library/Caches/org.herf.Flux',
]
end