mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Correct uninstall stanza documentation
The `pkgutil` option can take strings as parameters
This commit is contained in:
parent
5b3f666a97
commit
1387bded24
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ is the most useful.
|
|||
* `:launchctl` (string or array) - ids of `launchctl` jobs to remove
|
||||
* `:quit` (string or array) - bundle ids of running applications to quit
|
||||
* `:kext` (string or array) - bundle ids of kexts to unload from the system
|
||||
* `:pkgutil` (regexp or array) - regexps matching bundle ids of packages to uninstall using `pkgutil`
|
||||
* `:pkgutil` (string, regexp or array of strings and regexps) - strings or regexps matching bundle ids of packages to uninstall using `pkgutil`
|
||||
* `:script` (string or hash) - relative path to an uninstall script to be run via sudo; use hash if args are needed
|
||||
- `:executable` - relative path to an uninstall script to be run via sudo (required for hash form)
|
||||
- `:args` - array of arguments to the uninstall script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue