Files
spark-wine/spark-dwine-helper/pkgu/DEBIAN/postrm
2022-06-17 16:03:19 +08:00

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 "清理垃圾"