pkgsrc/net/lambdamoo/DEINSTALL
rh 1478c3ae54 Initial import of lambdamoo-1.8.1, a network-accessible, multi-user,
programmable, interactive system well-suited to the construction of
text-based adventure games, conferencing systems, and other collaborative
software.  Provided by Ben Collver <collver@linuxfreemail.com>.
Together with the previous commits, this closes his PR pkg/13073.
2002-05-26 00:21:43 +00:00

19 lines
468 B
Bash

#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2002/05/26 00:21:43 rh 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