mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2026-05-14 02:00:18 +08:00
10 lines
255 B
Bash
Executable File
10 lines
255 B
Bash
Executable File
#!/bin/bash
|
|
if [ -L /opt/durapps/spark-dwine-helper/scale-set-helper ];then
|
|
rm -f /opt/durapps/spark-dwine-helper/scale-set-helper
|
|
fi
|
|
|
|
if [ -L /opt/deepinwine/tools/spark_run_v4.sh ];then
|
|
rm -f /opt/deepinwine/tools/spark_run_v4.sh
|
|
fi
|
|
|
|
echo "清理垃圾" |