summarylogtreecommitdiffstats
path: root/linyaps.install
blob: 14bbe5c225c1cf1f7ced124f90a321dd7205c306 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo ":: linyaps getting started:"
    echo "   English: https://linyaps.org.cn/en/guide/start/whatis.html"
    echo "   简中: https://linyaps.org.cn/guide/start/whatis.html"
}

pre_upgrade() {
    post_install
}