mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 10:32:03 +08:00
初步添加统信的wine打包脚本
This commit is contained in:
12
package-script/elephant_debian_ex/prerm
Executable file
12
package-script/elephant_debian_ex/prerm
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
PACK_NAME="@deb_package_name@"
|
||||
BOTTLE_NAME="@public_bottle_name@"
|
||||
ACTIVEX_NAME="@activex_name@"
|
||||
MAKE_AUTOSTART="@make_autostart@"
|
||||
SEND_TO_DESKTOP="@send_to_desktop@"
|
||||
|
||||
# Make sure the script returns 0
|
||||
true
|
||||
|
||||
#DEBHELPER#
|
||||
Reference in New Issue
Block a user