summarylogtreecommitdiffstats
path: root/mpris-rp-git.install
blob: bd06aa248ca800b768871267f16354a4c3830f7c (plain)
1
2
3
4
5
6
7
8
9
10
all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
yellow="${bold}$(tput setaf 3)"

post_install() {
    cat <<EOF
    ${yellow}Auto-start with systemd${all_off}
    \`systemctl --user enable mpris-rp.service\`
EOF
}