1.9.0完成

This commit is contained in:
2022-08-13 17:50:21 +08:00
parent d8f482533c
commit dd05dc9b74
26 changed files with 1417 additions and 39847 deletions

View File

@@ -1,3 +1,6 @@
#!/bin/sh
# 删除软件残留
rm -rfv /opt/apps/spark-deepin-wine-runner/*
# 删除软件残留,简单粗暴一点直接全部删掉,防止出现警告
# 加判断是为了怕 reinstall 后程序就再也打不开了(除非卸载后重新安装)
if [ "$1" = "remove" ] || [ "$1" = "purge" ];then
rm -rf /opt/apps/deepin-wine-runner/
fi