Up-to-latest

This commit is contained in:
2023-07-25 09:49:30 +08:00
parent 363f45d6cd
commit 68a5d36e4c
12 changed files with 49 additions and 41 deletions

View File

@@ -3,7 +3,8 @@
if [ "$1" = "remove" ] || [ "$1" = "purge" ];then
echo "清理卸载残留"
rm -rf /opt/apps/store.spark-app.bookworm-compatibility-mode/
unlink /usr/bin/bookworm-run
rm -rf /opt/apps/cn.flamescion.bookworm-compatibility-mode/
else
echo "非卸载,跳过清理"
fi