Browse Source

Update microsoft-office-2011: zap alignment (#4756)

master
commitay 7 years ago
committed by GitHub
parent
commit
d86255a18b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 100
      Casks/microsoft-office-2011.rb

100
Casks/microsoft-office-2011.rb

@ -27,54 +27,54 @@ cask 'microsoft-office-2011' do
uninstall pkgutil: 'com.microsoft.office.*',
launchctl: 'com.microsoft.office.licensing.helper'
zap pkgutil: [
'com.microsoft.mau.all.autoupdate.*',
'com.microsoft.merp.all.errorreporting.*',
],
delete: [
'/Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist',
'/Library/PrivilegedHelperTools/com.microsoft.office.licensing.helper',
'/Library/Application Support/Microsoft/MAU2.0',
'/Library/Application Support/Microsoft/MERP2.0',
'/Library/Preferences/com.microsoft.Excel.plist',
'/Library/Preferences/com.microsoft.Outlook.plist',
'/Library/Preferences/com.microsoft.PlayReady.plist',
'/Library/Preferences/com.microsoft.Powerpoint.plist',
'/Library/Preferences/com.microsoft.Word.plist',
'/Library/Preferences/com.microsoft.office.licensing.plist',
'/Library/Preferences/com.microsoft.outlook.databasedaemon.plist',
'/Library/Preferences/com.microsoft.outlook.officereminders.plist',
'/Library/Fonts/Microsoft',
'~/Library/Application Support/Microsoft/Office',
'~/Library/Preferences/com.microsoft.Excel.plist',
'~/Library/Preferences/com.microsoft.Outlook.plist',
'~/Library/Preferences/com.microsoft.Powerpoint.plist',
'~/Library/Preferences/com.microsoft.Word.plist',
'~/Library/Preferences/com.microsoft.autoupdate2.plist',
'~/Library/Preferences/com.microsoft.error_reporting.plist',
'~/Library/Preferences/com.microsoft.office.plist',
'~/Library/Preferences/com.microsoft.office.setupassistant.plist',
'~/Library/Preferences/com.microsoft.outlook.databasedaemon.plist',
'~/Library/Preferences/com.microsoft.outlook.office_reminders.plist',
'~/Library/Preferences/com.microsoft.outlook.officereminders.plist',
'~/Documents/Microsoft User Data/Microsoft',
'~/Documents/Microsoft User Data/Office 2011 Identities',
'~/Documents/Microsoft User Data/Outlook Sound Sets',
'~/Documents/Microsoft User Data/Saved Attachments',
'~/Documents/Microsoft-Benutzerdaten/Microsoft',
'~/Documents/Microsoft-Benutzerdaten/Office 2011 Identities',
'~/Documents/Microsoft-Benutzerdaten/Outlook Sound Sets',
'~/Documents/Microsoft-Benutzerdaten/Saved Attachments',
'~/Documents/Microsoft ユーザー データ/Microsoft',
'~/Documents/Microsoft ユーザー データ/Office 2011 Identities',
'~/Documents/Microsoft ユーザー データ/Outlook Sound Sets',
'~/Documents/Microsoft ユーザー データ/Saved Attachments',
],
rmdir: [
'/Library/Application Support/Microsoft',
'~/Library/Application Support/Microsoft',
'~/Documents/Microsoft User Data',
'~/Documents/Microsoft-Benutzerdaten',
'~/Documents/Microsoft ユーザー データ',
]
zap pkgutil: [
'com.microsoft.mau.all.autoupdate.*',
'com.microsoft.merp.all.errorreporting.*',
],
delete: [
'/Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist',
'/Library/PrivilegedHelperTools/com.microsoft.office.licensing.helper',
'/Library/Application Support/Microsoft/MAU2.0',
'/Library/Application Support/Microsoft/MERP2.0',
'/Library/Preferences/com.microsoft.Excel.plist',
'/Library/Preferences/com.microsoft.Outlook.plist',
'/Library/Preferences/com.microsoft.PlayReady.plist',
'/Library/Preferences/com.microsoft.Powerpoint.plist',
'/Library/Preferences/com.microsoft.Word.plist',
'/Library/Preferences/com.microsoft.office.licensing.plist',
'/Library/Preferences/com.microsoft.outlook.databasedaemon.plist',
'/Library/Preferences/com.microsoft.outlook.officereminders.plist',
'/Library/Fonts/Microsoft',
'~/Library/Application Support/Microsoft/Office',
'~/Library/Preferences/com.microsoft.Excel.plist',
'~/Library/Preferences/com.microsoft.Outlook.plist',
'~/Library/Preferences/com.microsoft.Powerpoint.plist',
'~/Library/Preferences/com.microsoft.Word.plist',
'~/Library/Preferences/com.microsoft.autoupdate2.plist',
'~/Library/Preferences/com.microsoft.error_reporting.plist',
'~/Library/Preferences/com.microsoft.office.plist',
'~/Library/Preferences/com.microsoft.office.setupassistant.plist',
'~/Library/Preferences/com.microsoft.outlook.databasedaemon.plist',
'~/Library/Preferences/com.microsoft.outlook.office_reminders.plist',
'~/Library/Preferences/com.microsoft.outlook.officereminders.plist',
'~/Documents/Microsoft User Data/Microsoft',
'~/Documents/Microsoft User Data/Office 2011 Identities',
'~/Documents/Microsoft User Data/Outlook Sound Sets',
'~/Documents/Microsoft User Data/Saved Attachments',
'~/Documents/Microsoft-Benutzerdaten/Microsoft',
'~/Documents/Microsoft-Benutzerdaten/Office 2011 Identities',
'~/Documents/Microsoft-Benutzerdaten/Outlook Sound Sets',
'~/Documents/Microsoft-Benutzerdaten/Saved Attachments',
'~/Documents/Microsoft ユーザー データ/Microsoft',
'~/Documents/Microsoft ユーザー データ/Office 2011 Identities',
'~/Documents/Microsoft ユーザー データ/Outlook Sound Sets',
'~/Documents/Microsoft ユーザー データ/Saved Attachments',
],
rmdir: [
'/Library/Application Support/Microsoft',
'~/Library/Application Support/Microsoft',
'~/Documents/Microsoft User Data',
'~/Documents/Microsoft-Benutzerdaten',
'~/Documents/Microsoft ユーザー データ',
]
end

Loading…
Cancel
Save