summarylogtreecommitdiffstats
path: root/mpris-rp-git.install
diff options
context:
space:
mode:
authoru0a2662021-07-26 16:03:30 +0900
committeru0a2662021-07-26 16:03:30 +0900
commit02b8f0fecbed7e6925ae045dd1f5a221087e1007 (patch)
treed5ba62fffc923ea501ab356914a1ae134cfb29bb /mpris-rp-git.install
downloadaur-02b8f0fecbed7e6925ae045dd1f5a221087e1007.tar.gz
Initial commit
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
+}