caveats last in mpv

This commit is contained in:
Roland Walker 2014-10-10 08:13:30 -04:00
parent 81e855ac1b
commit 6410589635
1 changed files with 4 additions and 3 deletions

View File

@ -8,9 +8,6 @@ class Mpv < Cask
app 'mpv.app'
binary 'mpv.app/Contents/MacOS/mpv'
caveats do
files_in_usr_local
end
zap :delete => [
'~/.mpv/channels.conf',
'~/.mpv/config',
@ -18,4 +15,8 @@ class Mpv < Cask
]
# todo :rmdir is not yet supported
# :rmdir '~/.mpv'
caveats do
files_in_usr_local
end
end