# nationstech-jlink-pack.install

_info() {
    echo "For the first installation / upgrade please run:"
    echo "第一次安装/升级请运行："
    echo "nationstech-jlink-pack"
}

post_install() {
    _info
}

post_upgrade() {
    _info
}

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