summarylogtreecommitdiffstats
path: root/chatlab.install
blob: e711ff7a26641cd06b305a2198208e0481e96fbe (plain)
1
2
3
4
5
6
7
post_install() {
    echo "You can add custom permanent flags for ChatLab in ~/.chatlab/user-flags.conf"
}

post_upgrade() {
    post_install
}