1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

fix pkg-plist-ldap (remove etc/openldap if empty)

Noted by:	kris
This commit is contained in:
Oliver Lehmann 2005-04-28 05:20:55 +00:00
parent e4ade1a90e
commit c009a9715c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134291

View File

@ -7,4 +7,5 @@ etc/openldap/schema/authldap.schema.default
lib/courier-authlib/libauthldap.so
lib/courier-authlib/libauthldap.so.0
%%PORTDOCS%%%%DOCSDIR%%/README.ldap
@unexec rmdir %D/etc/openldap/schema 2>/dev/null || true
@unexec rmdir %D/etc/openldap 2>/dev/null || true