summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_alternatives/DEINSTALL
blob: fcada7755c8e862c06c8e7ef5c7ebbb3c928db36 (plain)
1
2
3
4
5
6
7
8
# $NetBSD: DEINSTALL,v 1.2 2005/01/25 16:48:22 jmmv Exp $
#

case ${STAGE} in
	DEINSTALL)
		@PKG_ALTERNATIVES@ -gs destroy
		;;
esac