summaryrefslogtreecommitdiff
path: root/net/lambdamoo/DEINSTALL
blob: 7b6adfc3abf43223555cd9610052f8868f547791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: DEINSTALL,v 1.2 2003/08/30 19:49:25 jlam Exp $

case $2 in
DEINSTALL)
	${CAT} << EOF

===========================================================================
If you won't be using lambdamoo-1.8.1 any longer, you may want to remove:

  * the following packages:	lambdamoo-doc and lambdamoo-core

  * the following directory:	@LAMBDAMOO_HOME@
===========================================================================

EOF
	;;
esac