post_install() {
echo "--------------------------------------------------------------------"
echo " Remember to edit /etc/olsrd.conf to match your network settings."
echo "--------------------------------------------------------------------"
/bin/true
}

post_upgrade() {
/bin/true
}

pre_remove() {
/etc/rc.d/olsrd stop
/bin/true
}

op=$1
shift

$op "$@"