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