瀏覽代碼

added postinstall tasks

UltimateByte 9 年之前
父節點
當前提交
8c399fcf46
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      lgsm/functions/command_mods_install.sh

+ 3 - 0
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."