修复uengine-loading-ubuntu软链接残留问题

Signed-off-by: Bail <2915289604@qq.com>
This commit is contained in:
Bail 2023-02-28 15:16:15 +00:00 committed by Gitee
parent 091ed12f53
commit ad3fb3c5c7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ rm -fr /opt/apps/com.gitee.uengine.runner.spark/files/api/__pycache__
rm -fr /opt/apps/com.gitee.uengine.runner.spark/files/__pycache__
rm -f /usr/bin/uengine-runner-applist-launch.sh
rm -f /usr/bin/uengine-runner-auto-install-bash
rm -f /usr/bin/uengine-loading-ubuntu
# 删除软件残留,简单粗暴一点直接全部删掉,防止出现警告
# 加判断是为了怕 reinstall 后程序就再也打不开了(除非卸载后重新安装)
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then