mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Minor fix to doc.
This commit is contained in:
parent
e1665e549b
commit
b7e5feda77
2
lib.sh
2
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}')
|
||||
|
|
Loading…
Reference in a new issue