summarylogtreecommitdiffstats
path: root/airmcu-jlink-pack.install
blob: 6a5e18d9c0e3fb239b097f3778ae948d48346e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
_info() {
    echo "For the first installation / upgrade please run:"
    echo "第一次安装/升级请运行:"
    echo "airmcu-jlink-pack"
}

post_install() {
    _info
}

post_upgrade() {
    _info
}

post_remove() {
    echo "deleting the airmcu-jlink-pack ..."
    find /home -maxdepth 5 -name "airmcu" -exec rm -rf {} \;
}