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 20:03:50 UTC 2012
[aur-mirror.git]
/
noteo-batterystatus
/
noteo-batterystatus.install
blob
b2d764f59027a465b03edcd4e1d78c528904f45e
1
post_install() {
2
cat << EOF
3
==> To run this module, add BatteryStatus to ~/.config/noteo/noteo.conf
4
-Example:
5
module-names = BatteryStatus,
6
-On first run, BatteryStatus.conf will be created in ~/.config/noteo/
7
...edit this file to configure BatteryStatus
8
EOF
9
10
}
11
12
op=$1
13
shift
14
$op $*