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