diff --git a/spark-dwine-helper/pkgu/DEBIAN/postinst b/spark-dwine-helper/pkgu/DEBIAN/postinst index 3030ada..5288b0c 100755 --- a/spark-dwine-helper/pkgu/DEBIAN/postinst +++ b/spark-dwine-helper/pkgu/DEBIAN/postinst @@ -1,5 +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/durapps/spark-dwine-helper/scale-set-helper /opt/durapps/spark-dwine-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 "释放文件" \ No newline at end of file diff --git a/spark-dwine-helper/pkgu/DEBIAN/postrm b/spark-dwine-helper/pkgu/DEBIAN/postrm index 24f6bfe..6d2ac9a 100755 --- a/spark-dwine-helper/pkgu/DEBIAN/postrm +++ b/spark-dwine-helper/pkgu/DEBIAN/postrm @@ -7,4 +7,4 @@ if [ -L /opt/deepinwine/tools/spark_run_v4.sh ];then rm -f /opt/deepinwine/tools/spark_run_v4.sh fi -echo "清理垃圾" \ No newline at end of file +echo "清理" \ No newline at end of file diff --git a/spark-dwine-helper/pkgu/opt/apps/store.spark-app.spark-dwine-helper/entries/applications/store.spark-app.spark-dwine-helper.desktop b/spark-dwine-helper/pkgu/opt/apps/store.spark-app.spark-dwine-helper/entries/applications/store.spark-app.spark-dwine-helper.desktop new file mode 100644 index 0000000..71e7aeb --- /dev/null +++ b/spark-dwine-helper/pkgu/opt/apps/store.spark-app.spark-dwine-helper/entries/applications/store.spark-app.spark-dwine-helper.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Categories=Utility; +Encoding=UTF-8 +Exec=zenity --info --text="请前往 /opt/durapps/spark-dwine-helper/ 查看" --width=500 --height=150 +Icon=store.spark-app.spark-dwine-helper +MimeType= +Name=store.spark-app.spark-dwine-helper +StartupWMClass=spark-webapp-runtime +Terminal=False +Type=Application +NoDisplay=true +X-Deepin-Vendor=user-custom diff --git a/spark-dwine-helper/pkgu/opt/apps/store.spark-app.spark-dwine-helper/entries/icons/hicolor/scalable/apps/store.spark-app.spark-dwine-helper.png b/spark-dwine-helper/pkgu/opt/apps/store.spark-app.spark-dwine-helper/entries/icons/hicolor/scalable/apps/store.spark-app.spark-dwine-helper.png new file mode 100644 index 0000000..f8f75fd Binary files /dev/null and b/spark-dwine-helper/pkgu/opt/apps/store.spark-app.spark-dwine-helper/entries/icons/hicolor/scalable/apps/store.spark-app.spark-dwine-helper.png differ