#!/bin/sh
set -e

if [ "$1" = "purge" ]; then
	rm -f /etc/wvdial.conf
	rm -f /var/log/wvdialconf.log
fi

#DEBHELPER#
