修复postinst

This commit is contained in:
2023-02-11 21:47:38 +08:00
parent 00e306208b
commit eace52cc35
3 changed files with 39 additions and 3 deletions

View File

@@ -112,8 +112,7 @@ if [[ $? != 0 ]]; then
for username in $(ls /home)
do
echo /home/$username
sudo rm -rfv /home/$username/uengine
sudo rm -rfv /home/$username/uengine-launch
sudo rm /home/$username/uengine-launch/run_daemon.sh
done
zenity --error --no-wrap '--text=抱歉UEngine 安装失败,已移除安装时进行的修改'
exit