summarylogtreecommitdiffstats
path: root/mpris-rp-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'mpris-rp-git.install')
-rw-r--r--mpris-rp-git.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/mpris-rp-git.install b/mpris-rp-git.install
new file mode 100644
index 000000000000..bd06aa248ca8
--- /dev/null
+++ b/mpris-rp-git.install
@@ -0,0 +1,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
+}