From ad3fb3c5c7a975f1dc5295285de863e88985c913 Mon Sep 17 00:00:00 2001 From: Bail <2915289604@qq.com> Date: Tue, 28 Feb 2023 15:16:15 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Duengine-loading-ubuntu?= =?UTF-8?q?=E8=BD=AF=E9=93=BE=E6=8E=A5=E6=AE=8B=E7=95=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bail <2915289604@qq.com> --- new-deb-build/DEBIAN/postrm | 1 + 1 file changed, 1 insertion(+) diff --git a/new-deb-build/DEBIAN/postrm b/new-deb-build/DEBIAN/postrm index 569a596..0a66326 100755 --- a/new-deb-build/DEBIAN/postrm +++ b/new-deb-build/DEBIAN/postrm @@ -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