From 247a5ff3827d574e74c7df4b31dca643ef122649 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 11 Nov 2017 20:32:03 -0200 Subject: Renames 'test' action to 'check', adds misc functions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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////`: script that runs on a given action, fallback. * `share/trashman///`: 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. -- cgit v1.2.3