summarylogtreecommitdiffstats
path: root/confluence-companion-app-for-linux.install
blob: c34708db7a451f7353da14cbd0bfe8954243d1d9 (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-app-for-linux.service"
    echo ""
}