소스 검색

validate after remove oxide

UltimateByte 9 년 전
부모
커밋
ea37fc9b68
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lgsm/functions/command_mods_remove.sh

+ 2 - 0
lgsm/functions/command_mods_remove.sh

@@ -84,6 +84,8 @@ fn_mod_remove_process(){
 	# Remove from installed mods list
 	fn_script_log "Removing: ${modcommand} from ${modslockfilefullpath}"
 	sed -i "/^${modcommand}$/d" "${modslockfilefullpath}"
+	# Post install tasks to solve potential issues
+	fn_postuninstall_tasks
 	fn_print_ok_nl "Removed ${modprettyname}"
 	fn_script_log "Removed ${modprettyname}"
 }