Minor fix to doc.

This commit is contained in:
awalsh128 2022-11-19 15:17:47 -08:00
parent e1665e549b
commit b7e5feda77

2
lib.sh
View file

@ -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}')