From a80eb5a2b0951c0c25901b705d8ecfd441a73d95 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 26 Apr 2020 09:31:08 +0300 Subject: [PATCH] kiss.1: Add missing hooks to manpage --- kiss.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiss.1 b/kiss.1 index 8a6c460..161660d 100644 --- a/kiss.1 +++ b/kiss.1 @@ -61,7 +61,8 @@ export KISS_FORCE=0 # The script will have the following environment variables set. # # $PKG: Name of the current package . -# $TYPE: The type of hook (valid: pre-build, post-build). +# $TYPE: The type of hook (valid: pre-build, post-build, build-fail, +# pre-install, post-install). # $DEST: The full path to where 'make install' will put the package. # # Simple example script: