summarylogtreecommitdiffstats
path: root/fetchcord.install
blob: 7865afc1a559c4bfdeeeca0a51be432ed2ab2c60 (plain)
1
2
3
4
5
post_install() {
    cat << EOF
==> To start the service on boot run systemctl --user enable --now fetchcord.service
EOF
}