summaryrefslogtreecommitdiff
path: root/databases/openldap1/DEINSTALL
blob: 46736026aa4061df71861dd95db60dd131dfadce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2001/11/01 00:11:58 zuntum Exp $
#

case $2 in
        DEINSTALL) cat << EOF
===========================================================================
If you don't want to use openldap anymore, remove ${PKG_PREFIX}/etc/openldap.
===========================================================================

EOF
        ;;
esac