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