From 001b6b372411d3825fbc9c0998d5488651b7a7ce Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 4 Dec 2000 15:40:51 +0000 Subject: Properly cleanup lib/pkgconfig on pkg_delete. lib/pkgconfig is shared by at least bonobo and ORBit, and need "@unexec rmdir ... || true", not "@dirrm". --- net/ORBit/pkg/PLIST | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/ORBit') diff --git a/net/ORBit/pkg/PLIST b/net/ORBit/pkg/PLIST index ff1f9af3e10..7b02de2707a 100644 --- a/net/ORBit/pkg/PLIST +++ b/net/ORBit/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2000/10/17 23:48:01 jlam Exp $ +@comment $NetBSD: PLIST,v 1.17 2000/12/04 15:40:52 jlam Exp $ bin/libIDL-config bin/name-client bin/old-name-server @@ -95,6 +95,7 @@ lib/pkgconfig/ORBit.pc lib/pkgconfig/libIDL.pc share/aclocal/ORBit.m4 share/aclocal/libIDL.m4 +@unexec rmdir %D/lib/pkgconfig 2>/dev/null || true @dirrm include/orb @dirrm include/libIDL @dirrm include/ORBitutil -- cgit v1.2.3