From 3c08327cdbcdb668d95bf59eece1e748b53679fe Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 19 Apr 2021 15:45:57 +0200 Subject: [PATCH] libpbuild: add a bit more comments to post_install function --- Pmodules/libpbuild.bash | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Pmodules/libpbuild.bash b/Pmodules/libpbuild.bash index cc7b03e..424dbb9 100644 --- a/Pmodules/libpbuild.bash +++ b/Pmodules/libpbuild.bash @@ -806,11 +806,17 @@ pbuild::make_all() { } #...................................................................... - # non-redefinable post-install + # non-redefinable post-install. Install: + # - documentation files as defined in the build-script + # - modulefile and file with release + # . post_install() { #.............................................................. # install the doc-files specified in the build-script # + # Arguments: + # none + # install_doc() { if [[ -z "${MODULE_DOCFILES}" ]]; then for f in ${VERSIONS[@]/#/pbuild::install_docfiles_}; do