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]
/
x4daemon
/
x4daemon.install
blob
60085192c07a95b5f2c5c2722e05fce38d1e8dd9
1
## arg 1: the new package version
2
post_install() {
3
echo "Don't forget to add x4daemon to DAEMONS array in /etc/rc.conf."
4
echo "If you want to start x4daemon now, use 'sudo rc.d start x4daemon'."
5
}
6
7
# vim:set ts=2 sw=2 et: