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 }