From b7e5feda776a51dcbefbc1caa35f5837890ceedd Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Sat, 19 Nov 2022 15:17:47 -0800 Subject: [PATCH] Minor fix to doc. --- lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.sh b/lib.sh index 7086b11..6b4f682 100755 --- a/lib.sh +++ b/lib.sh @@ -8,7 +8,7 @@ # Installation script extension (preinst, postinst). # Parameter to pass to the installation script. # Returns: -# Filepath of the postinst file, otherwise an empty string. +# Filepath of the install script, otherwise an empty string. ############################################################################### function execute_install_script { local package_name=$(basename ${2} | awk -F\: '{print $1}')