Files
spark-wine/spark-dwine-helper/postinst
2025-01-02 22:33:17 +08:00

8 lines
254 B
Bash

#!/bin/bash
if [ ! -d /opt/deepinwine/tools ];then
mkdir -p /opt/deepinwine/tools
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