mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-18 21:11:39 +08:00
修改: spark-dwine-helper/pkgu/DEBIAN/postrm 新文件: spark-dwine-helper/pkgu/opt/apps/store.spark-app.spark-dwine-helper/entries/applications/store.spark-app.spark-dwine-helper.desktop 新文件: spark-dwine-helper/pkgu/opt/apps/store.spark-app.spark-dwine-helper/entries/icons/hicolor/scalable/apps/store.spark-app.spark-dwine-helper.png
10 lines
249 B
Bash
Executable File
10 lines
249 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 "清理" |