Refactor post-install command execution

Removed sleep and pkill commands from post-install process.
This commit is contained in:
Roy
2026-06-09 01:12:32 -07:00
committed by GitHub
parent 809bd92694
commit 4cf91b1320
+1 -2
View File
@@ -3095,8 +3095,7 @@ function install_launcher {
eval "$post_install_command" eval "$post_install_command"
fi fi
sleep 5
pkill -f wineserver
wait 2>/dev/null wait 2>/dev/null
fi fi
} }