#!/bin/sh

CONFIG=/etc/maemo-pan.conf
IAP_NAME=Bluetooth-PAN

su user -c "gconftool-2 -u /system/osso/connectivity/IAP/${IAP_NAME}/type"

rm -f $CONFIG

killall pan-daemon

