diff options
author | wiz <wiz> | 2000-08-14 16:35:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-14 16:35:31 +0000 |
commit | 858698b4235cf5fdb75ad77f16f5c46d14fe491f (patch) | |
tree | 6ab34b2bd5432abf343850937ceaddfa8edb15c3 /databases/openldap/pkg/DEINSTALL | |
parent | 95af03bcdfdfb722842c041b6a7abe1833d6e3f4 (diff) | |
download | pkgsrc-858698b4235cf5fdb75ad77f16f5c46d14fe491f.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> one less patch.
Add DEINSTALL script with note about etc/openldap.
Diffstat (limited to 'databases/openldap/pkg/DEINSTALL')
-rw-r--r-- | databases/openldap/pkg/DEINSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/openldap/pkg/DEINSTALL b/databases/openldap/pkg/DEINSTALL new file mode 100644 index 00000000000..acea5a0e59c --- /dev/null +++ b/databases/openldap/pkg/DEINSTALL @@ -0,0 +1,14 @@ +#!/bin/sh +# +# $NetBSD: DEINSTALL,v 1.1 2000/08/14 16:35:32 wiz Exp $ +# + +case $2 in + DEINSTALL) cat << EOF +=========================================================================== +If you don't want to use openldap anymore, remove @PREFIX@/etc/openldap. +=========================================================================== + +EOF + ;; +esac |