summarylogtreecommitdiffstats
path: root/linyaps.install
blob: 3cad9f891880a183552fbb32d4afd2fd9367c783 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo -e "\033[32m:: linyaps getting started:\033[0m"
    echo -e "   \033[32mEnglish: https://linyaps.org.cn/en/guide/start/whatis.html\033[0m"
    echo -e "   \033[32m简中: https://linyaps.org.cn/guide/start/whatis.html\033[0m"
}

pre_upgrade() {
    post_install
}