mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 18:37:37 +00:00
homebrew changed the formula for microsoft word, in particular the zap
section, to delete more files than we think is correct.
https://github.com/Homebrew/homebrew-cask/pull/218350
This uninstall script is what we had prior to
7a1e469ac0 Microsoft office FMA version
from release notes (#30686), which used the updated homebrew formula.
Related to #30082
# Checklist for submitter
- [x] Manual QA for all new/changed functionality
- [x] For unreleased bug fixes in a release candidate, confirmed that
the fix is not expected to adversely impact load test results or alerted
the release DRI if additional load testing is needed.
9 lines
312 B
JSON
9 lines
312 B
JSON
{
|
|
"name": "Microsoft Word",
|
|
"slug": "microsoft-word/darwin",
|
|
"unique_identifier": "com.microsoft.Word",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/homebrew/scripts/microsoft_word_uninstall.sh",
|
|
"token": "microsoft-word",
|
|
"installer_format": "pkg",
|
|
"default_categories": ["Productivity"]
|
|
}
|