adobe-reader.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:17:43 -05:00
parent aa244970a8
commit 534908eba4
1 changed files with 6 additions and 5 deletions

View File

@ -12,11 +12,12 @@ cask 'adobe-reader' do
pkg "AcroRdrDC_#{version.gsub('.', '')[2..-1]}_MUI.pkg"
uninstall :pkgutil => 'com.adobe.acrobat.DC.reader.*',
:delete => '/Applications/Adobe Acrobat Reader DC.app'
:delete => '/Applications/Adobe Acrobat Reader DC.app'
zap :delete => [
'~/Library/Application Support/Adobe/Acrobat/DC',
'~/Library/Preferences/Adobe/Acrobat/DC',
'~/Library/Preferences/com.adobe.Reader.plist',
'~/Library/Caches/com.adobe.Reader'
'~/Library/Application Support/Adobe/Acrobat/DC',
'~/Library/Preferences/Adobe/Acrobat/DC',
'~/Library/Preferences/com.adobe.Reader.plist',
'~/Library/Caches/com.adobe.Reader',
]
end