summaryrefslogtreecommitdiff
path: root/databases/openldap/DEINSTALL
blob: 38260c2f79a24fbdbc326b261b9f5f1bb34bb92a (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:57 zuntum Exp $
#

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

EOF
        ;;
esac