summarylogtreecommitdiffstats
path: root/arrr-bin.install
blob: 91327e9eefb6597cceeca4208a3e7b8a37291c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo "arrr has been installed."
    echo ""
    echo "To start arrr as a user service:"
    echo "  systemctl --user enable --now arrr"
    echo ""
    echo "To view logs:"
    echo "  journalctl --user -u arrr -f"
}

post_upgrade() {
    post_install
}