blob: 58f623d379caeab0682604430363937d662c9092 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#!/bin/sh
#
# $NetBSD: DEINSTALL.out,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: /usr/pkg/share/lambdamoo
===========================================================================
EOF
;;
esac
|