summarylogtreecommitdiffstats
path: root/tlauncher.install
blob: c326a5359049a78037534a47ecdd53e32f20eebc (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo !! IMPORTANT !!
    echo "If you'll expect troubles with launcher self-updating just rebuild this package"
    echo
}

post_upgrade() {
    post_install
}