summarylogtreecommitdiffstats
path: root/lore-cli-bin.install
blob: 7193a824cc90abfd95a00c9297863c8a0e49f7b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    echo "==> Run 'lore init' to set up lore"
}

post_upgrade() {
    echo "==> If the lore daemon was running, restart it with:"
    echo "      systemctl --user restart lore"
}

post_remove() {
    echo "==> To stop the lore daemon:"
    echo "      systemctl --user stop lore"
    echo "      systemctl --user disable lore"
}