summarylogtreecommitdiffstats
path: root/thinlinc-server.install
blob: 5f006715c8cefe7d192324f14592f81e4bf3b8cd (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo ":: To complete installation of the ThinLinc server, run:"
    echo "     # /opt/thinlinc/sbin/tl-setup"
}

post_upgrade() {
    post_install
}