From 8c399fcf460064ad8e28d2b751e7bacf4f173e6b Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sun, 15 Jan 2017 09:18:54 +0100 Subject: [PATCH] added postinstall tasks --- lgsm/functions/command_mods_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgsm/functions/command_mods_install.sh b/lgsm/functions/command_mods_install.sh index c4039951b..6a3e05b20 100644 --- a/lgsm/functions/command_mods_install.sh +++ b/lgsm/functions/command_mods_install.sh @@ -69,6 +69,9 @@ fn_mod_installation(){ fn_mod_copy_destination # Ending with installation routines fn_mod_add_list + # Post install fixes + fn_postinstall_tasks + # Cleaning fn_clear_tmp_mods fn_print_ok_nl "${modprettyname} installed." fn_script_log "${modprettyname} installed."