summarylogtreecommitdiffstats
path: root/onenet-lua-script-debugger-wine.install
blob: f349b365bd20bf69ae460ab44d6f63b5cbbf47c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# onenet-lua-script-debugger-wine.install
info() {
    echo -e "Wine OneNET Lua 调试工具,设备模拟器,运行环境Win7+"
}
post_install() {
    info
}
post_upgrade() {
    echo "deleting the onenet-lua-script-debugger bottle..."
    find /home -maxdepth 3 -name "onenet-lua-script-debugger" -exec rm -rf {} \;
    info
}
pre_remove() {
    echo "deleting the onenet-lua-script-debugger bottle..."
    find /home -maxdepth 3 -name "onenet-lua-script-debugger" -exec rm -rf {} \;
}