diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
commit | d73ba718faf26d7121b77abe23bcdde4471ffd37 (patch) | |
tree | 933c4cf888a3e578c5dc57fa7101d4811c5bbd1a /devel/p5-B-Graph | |
parent | Updated modules: bind8 and quota. Chase main tarball md5. (diff) |
Remove empty directories on uninstall.
Notes
Notes:
svn path=/head/; revision=41387
Diffstat (limited to 'devel/p5-B-Graph')
-rw-r--r-- | devel/p5-B-Graph/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-B-Graph/pkg-plist b/devel/p5-B-Graph/pkg-plist index 1eb204af74bb..d4928258a10b 100644 --- a/devel/p5-B-Graph/pkg-plist +++ b/devel/p5-B-Graph/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/B/Graph.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/B/Graph/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/B/Graph +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/B 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/B 2>/dev/null || true |