mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2026-05-14 02:00:18 +08:00
support-uos
This commit is contained in:
10
spark-dwine-helper/pkgu/DEBIAN/postrm
Executable file
10
spark-dwine-helper/pkgu/DEBIAN/postrm
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/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 "清理垃圾"
|
||||
Reference in New Issue
Block a user