zap/uninstall :files in cocoaspell.rb

This commit is contained in:
Roland Walker 2014-09-13 10:23:01 -04:00
parent 459d340d38
commit f28b43ead7
1 changed files with 5 additions and 4 deletions

View File

@ -6,10 +6,11 @@ class Cocoaspell < Cask
homepage 'http://cocoaspell.leuski.net/'
pkg 'cocoAspell.pkg'
uninstall :pkgutil => 'net.leuski.cocoaspell.*', :files => [
'/Application Support/cocoAspell/aspell6-en-6.0-0',
'/Library/PreferencePanes/Spelling.prefPane'
]
uninstall :pkgutil => 'net.leuski.cocoaspell.*',
:files => [
'/Application Support/cocoAspell/aspell6-en-6.0-0',
'/Library/PreferencePanes/Spelling.prefPane'
]
caveats <<-EOS.undent
Non-English dictionaries must be installed separately. For more information,
see http://people.ict.usc.edu/~leuski/cocoaspell/install_dict.php .