summarylogtreecommitdiffstats
path: root/onenet-mqtt-device-debugger-wine.install
diff options
context:
space:
mode:
authortaotieren2021-08-04 15:22:42 +0800
committertaotieren2021-08-04 15:22:42 +0800
commit77f8b043ffdc985fb528ad6d5eb668bfa420755b (patch)
tree710b347586a1153bd489295240bf8c6d42ae355a /onenet-mqtt-device-debugger-wine.install
downloadaur-onenet-debugger-tool-wine.tar.gz
Update 1.0.0
Diffstat (limited to 'onenet-mqtt-device-debugger-wine.install')
-rw-r--r--onenet-mqtt-device-debugger-wine.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/onenet-mqtt-device-debugger-wine.install b/onenet-mqtt-device-debugger-wine.install
new file mode 100644
index 000000000000..caf940a0e0b0
--- /dev/null
+++ b/onenet-mqtt-device-debugger-wine.install
@@ -0,0 +1,16 @@
+# onenet-mqtt-device-debugger-wine.install
+info() {
+ echo -e "Wine OneNET MQTT 调试工具,设备模拟器,运行环境Win7+"
+}
+post_install() {
+ info
+}
+post_upgrade() {
+ echo "deleting the onenet-mqtt-device-debugger bottle..."
+ find /home -maxdepth 3 -name "onenet-mqtt-device-debugger" -exec rm -rf {} \;
+ info
+}
+pre_remove() {
+ echo "deleting the onenet-mqtt-device-debugger bottle..."
+ find /home -maxdepth 3 -name "onenet-mqtt-device-debugger" -exec rm -rf {} \;
+}