support-uos

This commit is contained in:
2022-06-17 16:03:19 +08:00
parent 52fcf57512
commit b48c1adad9
8 changed files with 1049 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Package: store.spark-app.spark-dwine-helper
Version: 1.6.3
Architecture: all
Maintainer: shenmo <shenmo@spark-app.store>
Installed-Size: 2293
Depends: zenity:amd64, p7zip-full:amd64, fonts-noto-cjk,deepin-wine-helper(>=5.1)
Section: utils
Priority: extra
Provides: spark-dwine-helper(=1.6.3)
Conflicts: spark-dwine-helper
Multi-Arch: foreign
Homepage: https://gitee.com/deepin-community-store/spark-wine
Description: Spark Deepin Wine Helper

View File

@@ -0,0 +1,5 @@
#!/bin/bash
mkdir -p /opt/durapps/spark-dwine-helper/
ln -s -f /opt/apps/store.spark-app.spark-dwine-helper/files/durapps/spark-dwine-helper/scale-set-helper /opt/durapps/spark-dwine-helper/scale-set-helper
ln -s -f /opt/apps/store.spark-app.spark-dwine-helper/files/deepinwine/tools/spark_run_v4.sh /opt/deepinwine/tools/spark_run_v4.sh
echo "释放文件"

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