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 Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git]
/
monkey
/
monkey.install
blob
a42e4c01cf6c5213595de7acdb4ccf91d903f20b
1
2
post_install() {
3
env echo
4
env echo " Running Monkey :"
5
env echo " ----------------"
6
env echo
7
env echo " # /usr/bin/monkey"
8
env echo
9
env echo " For more help use '-h' option"
10
env echo
11
env echo " System wide rc script located at:"
12
env echo
13
env echo " # /etc/rc.d/monkey {start|stop|restart}"
14
}