updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / exalt-svn / exalt-svn.install
blob97b41714baf60bbff90f17c87b00fb8074ebd947
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!"
5 pre_remove() {
6         /etc/rc.d/exaltd stop
8 post_remove() {
9         rm -f /etc/rc.d/exaltd &> /dev/null
12 # vim:set ts=2 sw=2 et: