#! /bin/sh -e

if [ "$1" = "purge" ]; then
	update-rc.d netperf remove >/dev/null
fi
