summarylogtreecommitdiffstats
path: root/confluence-companion-linux.install
blob: bb65442c3cab4077e942498ee275cbddddc8041d (plain)
1
2
3
4
5
6
7
post_install() {
    echo ""
    echo "confluence-companion has been installed."
    echo "To start the Companion app now and at login, run"
    echo "    # systemctl --user enable --now confluence-companion.service"
    echo ""
}