summarylogtreecommitdiffstats
path: root/dark-send.install
blob: f058c2d3cd4db497c339202ce831b74448882061 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo "==> Enable and start dark-send for your user:"
    echo "      systemctl --user enable --now dark-send.service"
}

post_upgrade() { 
    echo "==> Restart dark-send for your user after upgrade:"
    echo "      systemctl --user restart dark-send.service"
}