Correct `uninstall` stanza documentation

The `pkgutil` option can take strings as parameters
This commit is contained in:
Matti Schneider 2014-04-21 12:34:53 +02:00
parent 5b3f666a97
commit 1387bded24
1 changed files with 1 additions and 1 deletions

View File

@ -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