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 Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git]
/
noteo-notify
/
noteo-notify.install
blob
4cae9c052de503b85d1014f599d2c6ed84783445
1
post_install() {
2
cat << EOF
3
==> To run this module, add Notify to ~/.config/noteo/noteo.conf
4
-Example:
5
module-names = Notify,
6
-Configuration
7
this noteo module currently has nothing to configure!
8
EOF
9
10
}
11
12
op=$1
13
shift
14
$op $*