mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2026-05-14 02:00:18 +08:00
重命名 spark-dwine-launch/prerm 為 spark-dwine-launch/prerm_template
This commit is contained in:
17
spark-dwine-launch/prerm_template
Normal file
17
spark-dwine-launch/prerm_template
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
PACK_NAME="deepin.com.baidu.pan"
|
||||
CONTAINER_NAME="Deepin-BaiduNetDisk"
|
||||
MIME_TYPE=""
|
||||
ACTIVEX_NAME=""
|
||||
MAKE_AUTOSTART=""
|
||||
SEND_TO_DESKTOP=""
|
||||
|
||||
if [ -n "$MIME_TYPE" ]; then
|
||||
/opt/apps/$PACK_NAME/files/unregister_mimetype
|
||||
fi
|
||||
|
||||
# Make sure the script returns 0
|
||||
true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user