#!/bin/sh

set -e

# Remove generated default file.
if [ "$1" = "purge" ]; then
	rm -f /etc/default/netdiag
fi

#DEBHELPER#

