Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PREFIX=/usr/local

install:
@printf "Installing to ${DESTDIR}${PREFIX}/bin...\n"
install -Dm755 cmus-notify.pl ${DESTDIR}${PREFIX}/bin/cmus-notify
@printf "Installed!\n"

uninstall:
rm ${PREFIX}/bin/cmus-notify
@printf "Removed ${PREFIX}/bin/cmus-notify.\n"
@printf "Configuration and cache files may still be present in cmus configuration directory."
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ A cmus status notification program made for easy configuration and portability.

* `git clone https://github.com/dcx86r/cmus-notify`
* install `HTML::Entities` module from CPAN
* `[sudo] sh installer.sh install`
* `[sudo] make install`

...and to uninstall:
* `[sudo] sh installer.sh uninstall`
* `[sudo] make uninstall`

If using a previous version, uninstall old version before installing new one

Expand Down
20 changes: 0 additions & 20 deletions installer.sh

This file was deleted.