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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
tleds
/
tleds.install
blob
d4def1b2dc7872824728936451d393eecb993c04
1
post_install() {
2
echo "==> Start manually as root or add to /etc/rc.local"
3
echo "==> example:"
4
echo "==> /usr/bin/tleds -q -c -d 25 eth0"
5
echo "==>"
6
echo "==> Note that the 'xtleds' binary, which depends on the X libraries,"
7
echo "==> is not included in this package."
8
}
9
10
post_upgrade() {
11
post_install $1
12
}