repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git]
/
noteo-mpd
/
noteo-mpd.install
blob
50171c91f7bfba4922da2ef61ab89932873de095
1
post_install() {
2
cat << EOF
3
==> To run this module, add MPD to ~/.config/noteo/noteo.conf
4
-Example:
5
module-names = MPD,
6
-Configuration
7
this noteo module currently has nothing to configure!
8
EOF
9
10
}
11
12
op=$1
13
shift
14
$op $*