diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-04 15:40:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-04 15:40:51 +0000 |
commit | 001b6b372411d3825fbc9c0998d5488651b7a7ce (patch) | |
tree | fbc84e7efe19a02c6d74a058307d6c126e5bb04a /net/ORBit | |
parent | 6d2257a6f8ac326f2e15c0878f210cd6fa163124 (diff) | |
download | pkgsrc-001b6b372411d3825fbc9c0998d5488651b7a7ce.tar.gz |
Properly cleanup lib/pkgconfig on pkg_delete. lib/pkgconfig is shared by
at least bonobo and ORBit, and need "@unexec rmdir ... || true", not
"@dirrm".
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
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 |