updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / olsrd / olsrd.install
blobf49372538111182e38876a99f70b424a0aa8d5c6
1 post_install() {
2 echo "--------------------------------------------------------------------"
3 echo " Remember to edit /etc/olsrd.conf to match your network settings."
4 echo "--------------------------------------------------------------------"
5 /bin/true
8 post_upgrade() {
9 /bin/true
12 pre_remove() {
13 /etc/rc.d/olsrd stop
14 /bin/true
17 op=$1
18 shift
20 $op "$@"