#!/bin/sh -e

if [ "$1" = purge ]; then
   rm -f /etc/dhcpc/resolv.conf
   rm -rf /var/lib/dhcpcd
fi
 
#DEBHELPER#







