diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-07 01:14:03 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:16 +0200 |
commit | 967cfea4a2962c30b780e9d2873250727fd3273f (patch) | |
tree | 21f6012d5589fcae835b181ef67e341a6444b351 /cmusfm.install | |
parent | 6b979b5cec70045310d77310f8d5fa5c7edf2be8 (diff) | |
download | pkgbuilds-cmusfm.tar.xz |
cmusfm: initial importcmusfm
Diffstat (limited to 'cmusfm.install')
-rw-r--r-- | cmusfm.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cmusfm.install b/cmusfm.install new file mode 100644 index 0000000..0ce4164 --- /dev/null +++ b/cmusfm.install @@ -0,0 +1,12 @@ +post_install() { + echo "Before usage with cmus you MUST invoke this program with 'init'" + echo "argument:" + echo "" + echo " cmusfm init" + echo "" + echo "After that you can set status_display_program in cmus:" + echo "" + echo " :set status_display_program=cmusfm" + echo "" + echo '(for more information see 'man cmus'). Enjoy!' +} |