mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2026-05-14 02:00:18 +08:00
18 lines
230 B
Bash
18 lines
230 B
Bash
#!/bin/sh
|
|
|
|
PACK_NAME=""
|
|
BOTTLE_NAME=""
|
|
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
|
|
|
|
|