From d473287465c3d42b886029aabd3f188e23dfadfe Mon Sep 17 00:00:00 2001 From: miccal Date: Sat, 18 Nov 2017 13:28:55 +0800 Subject: [PATCH] Update libreoffice-dev.rb (#4803) --- Casks/libreoffice-dev.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Casks/libreoffice-dev.rb b/Casks/libreoffice-dev.rb index 474316767..5888bfe4d 100644 --- a/Casks/libreoffice-dev.rb +++ b/Casks/libreoffice-dev.rb @@ -38,12 +38,10 @@ cask 'libreoffice-dev' do EOS end - zap delete: [ - '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.libreoffice.script.sfl*', - '~/Library/Saved Application State/org.libreoffice.script.savedState', - ], - trash: [ - '~/Library/Application Support/LibreOffice', - '~/Library/Preferences/org.libreoffice.script.plist', - ] + zap trash: [ + '~/Library/Application Support/LibreOffice', + '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.libreoffice.script.sfl*', + '~/Library/Preferences/org.libreoffice.script.plist', + '~/Library/Saved Application State/org.libreoffice.script.savedState', + ] end