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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
exalt-svn
/
exalt-svn.install
blob
97b41714baf60bbff90f17c87b00fb8074ebd947
1
post_install() {
2
echo "don't forget to add exaltd to your daemons section in rc.conf"
3
echo "and to disable any other networkmanagers!"
4
}
5
pre_remove() {
6
/etc/rc.d/exaltd stop
7
}
8
post_remove() {
9
rm -f /etc/rc.d/exaltd &> /dev/null
10
}
11
12
# vim:set ts=2 sw=2 et: