#!/bin/sh -e
if [ -e /etc/vpnc/resolv.conf-backup ]; then
	cat /etc/vpnc/resolv.conf-backup >/etc/resolv.conf
fi

# Remove the script for PR1.1 and later versions.
FILE_PR11=/etc/maemo-dhcp.d/60_vpnc
[ -e $FILE_PR11 ] && rm -f $FILE_PR11

