update spark-dwine-helper/postinst.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2026-03-29 10:09:54 +00:00
committed by Gitee
parent 4370d5874b
commit 0e083b0a3b

View File

@@ -5,3 +5,8 @@ fi
ln -svf /opt/spark-dwine-helper/spark_run_v4.sh /opt/deepinwine/tools/spark_run_v4.sh
ln -svf /opt/spark-dwine-helper/spark_kill.sh /opt/deepinwine/tools/spark_kill.sh
# 如果不存在 /opt/deepinwine/tools/run_v4.sh则创建软链接
if [ ! -f /opt/deepinwine/tools/run_v4.sh ]; then
ln -svf /opt/spark-dwine-helper/spark_run_v4.sh /opt/deepinwine/tools/run_v4.sh
fi