diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-05-08 08:07:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-05-08 08:07:43 +0000 |
commit | fb5157eab7f3072bc067c7bbdd226c880bb4b2d7 (patch) | |
tree | 6819f0c0c4eb4d7d9c22a696f5ec9575c4914e18 /net/p5-Net-RawIP | |
parent | d36051792dbe53894dfee4e2e5aba08506cd582c (diff) |
Remove empty directories that end with "Net" upon deinstallation.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=28363
Diffstat (limited to 'net/p5-Net-RawIP')
-rw-r--r-- | net/p5-Net-RawIP/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/p5-Net-RawIP/pkg-plist b/net/p5-Net-RawIP/pkg-plist index 1c900ebff69b..788fc61c2d50 100644 --- a/net/p5-Net-RawIP/pkg-plist +++ b/net/p5-Net-RawIP/pkg-plist @@ -5,3 +5,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/RawIP/libpcap.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/RawIP/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/RawIP/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/RawIP +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/RawIP +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 2>/dev/null || true |