diff --git a/kiss b/kiss index f3e2464..0cb4602 100755 --- a/kiss +++ b/kiss @@ -645,6 +645,7 @@ pkg_build() { for pkg do in=$((in + 1)) log "$pkg" "Building package ($in/$#)" + run_hook pre-extract "$pkg" "$pkg_dir/$pkg" pkg_extract "$pkg" repo_dir=$(pkg_find "$pkg") diff --git a/kiss.1 b/kiss.1 index 0aa3b75..d780ee7 100644 --- a/kiss.1 +++ b/kiss.1 @@ -62,7 +62,8 @@ export KISS_FORCE=0 # # $PKG: Name of the current package . # $TYPE: The type of hook (valid: pre-build, post-build, build-fail, -# pre-install, post-install). +# pre-install, post-install +# pre-extract, post-package). # $DEST: The full path to where 'make install' will put the package. # # Simple example script: