From c3d512baf89c684af28e89eeb324638475dead29 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 20 Jul 2022 17:09:32 +0300 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- post-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post-install b/post-install index 1894699..b4f5aec 100644 --- a/post-install +++ b/post-install @@ -381,6 +381,9 @@ function feature-scripts(){ ( cd "$dir"l local script for script in * ; do + ( [ "${script}" == "README" ] \ + || [ "${script:0:1}" == "-" ] )\ + && continue echo "# $script:" ( @ ./$script ) done