summaryrefslogtreecommitdiff
path: root/net/net-snmp/DEINSTALL
blob: 73d1f8ea52fb7380941abe1bdcac90d0df83e90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: DEINSTALL,v 1.1.1.1 2002/10/24 08:29:33 jlam Exp $

# The config files could possibly be in either ${PKG_PREFIX}/share/snmp
# of in ${PKG_SYSCONFDIR}.
#
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_PREFIX}/share/snmp/snmptrapd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmpd.conf"
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/snmptrapd.conf"

case ${STAGE} in
DEINSTALL)
	${RM} -f ${PKG_PREFIX}/share/snmp/mibs/.index
	;;
esac