aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-11 20:32:03 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-11 20:32:03 -0200
commit247a5ff3827d574e74c7df4b31dca643ef122649 (patch)
tree522f18b5269cd61293a5ffefbb8d1aa9482c8cd6 /README.md
parent53358cef686ccdac63083068fd53a2b61cd6e2aa (diff)
downloadtrashman-247a5ff3827d574e74c7df4b31dca643ef122649.tar.gz
trashman-247a5ff3827d574e74c7df4b31dca643ef122649.tar.bz2
Renames 'test' action to 'check', adds misc functions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6d32ac1..89c8aee 100644
--- a/README.md
+++ b/README.md
@@ -127,13 +127,13 @@ packages are simply as having the following files:
* `share/trashman/<package>/<ancestor>/<family>/<action>`: script that runs on a given action, fallback.
* `share/trashman/<package>/<ancestor>/<action>`: script that runs on a given action, fallback.
-Where actions can be like `install`, `test`, `remove` or `upgrade`. You don't have
+Where actions can be like `install`, `check`, `remove` or `upgrade`. You don't have
to implement all actions. Actually, no action is required to create a package, but
having no action makes it useless.
-### Test action
+### Check action
-The test action may return the following exit codes:
+The `check` action may return the following exit codes:
* 0: the package is installed system-wide.
* 1: the package is not installed system-wide.