Files
spark-wine/spark-dwine-helper/pkgu/DEBIAN/postrm
shenmo 6c672fdf55 修改: spark-dwine-helper/pkgu/DEBIAN/postinst
修改:     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
2022-06-17 16:31:13 +08:00

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