#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2010/07/14 00:38:02 jihbed Exp $

case ${STAGE} in
DEINSTALL)
	${RM} -f -r ${PREFIX}/etc/spade
	;;
esac
