summarylogtreecommitdiffstats
path: root/stcai-isp-tiny-wine.install
blob: e3ec225b91bccdc7b2c7a0acec5f389c7c445a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
info() {
    echo -e "STCAI-ISP-TINY 下载编程烧录软件"
}
post_install() {
    info
}
post_upgrade() {
    echo "deleting the stcai-isp-tiny bottle..."
    find /home -maxdepth 2 -name ".stcai-isp-tiny" -exec rm -rf {} \;
    info
}
pre_remove() {
    echo "deleting the stcai-isp-tiny bottle..."
    find /home -maxdepth 2 -name ".stcai-isp-tiny" -exec rm -rf {} \;
}