summarylogtreecommitdiffstats
path: root/onenet-edpproto-debugger-wine.install
diff options
context:
space:
mode:
Diffstat (limited to 'onenet-edpproto-debugger-wine.install')
-rw-r--r--onenet-edpproto-debugger-wine.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/onenet-edpproto-debugger-wine.install b/onenet-edpproto-debugger-wine.install
new file mode 100644
index 000000000000..ae8975568ce1
--- /dev/null
+++ b/onenet-edpproto-debugger-wine.install
@@ -0,0 +1,16 @@
+# onenet-edpproto-debugger-wine.install
+info() {
+ echo -e "Wine OneNET EdpProto 调试工具,设备模拟器,运行环境Win7+"
+}
+post_install() {
+ info
+}
+post_upgrade() {
+ echo "deleting the onenet-edpproto-debugger bottle..."
+ find /home -maxdepth 3 -name "onenet-edpproto-debugger" -exec rm -rf {} \;
+ info
+}
+pre_remove() {
+ echo "deleting the onenet-edpproto-debugger bottle..."
+ find /home -maxdepth 3 -name "onenet-edpproto-debugger" -exec rm -rf {} \;
+}