2003-08-30 21:49:25 +02:00
|
|
|
# $NetBSD: DEINSTALL,v 1.2 2003/08/30 19:49:25 jlam Exp $
|
2002-05-26 02:21:43 +02:00
|
|
|
|
|
|
|
case $2 in
|
2003-08-30 21:49:25 +02:00
|
|
|
DEINSTALL)
|
|
|
|
${CAT} << EOF
|
2002-05-26 02:21:43 +02:00
|
|
|
|
|
|
|
===========================================================================
|
|
|
|
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
|
|
|
|
|
2003-08-30 21:49:25 +02:00
|
|
|
* the following directory: @LAMBDAMOO_HOME@
|
2002-05-26 02:21:43 +02:00
|
|
|
===========================================================================
|
|
|
|
|
|
|
|
EOF
|
|
|
|
;;
|
|
|
|
esac
|