diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-14 21:12:17 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-14 21:12:17 +0000 |
commit | 9358511e52f21fadd7201e612d6f1cb737693ec8 (patch) | |
tree | 5321a1841692a0d332cf9f7f7371e2eb1ee71c55 /misc/p5-File-CounterFile/pkg-plist | |
parent | Put the distfile up on MASTER_SITE_LOCAL as well since beta and the rest (diff) |
Remove a file that wasn't being installed and remove empty directories on
deinstallation.
Diffstat (limited to 'misc/p5-File-CounterFile/pkg-plist')
-rw-r--r-- | misc/p5-File-CounterFile/pkg-plist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/p5-File-CounterFile/pkg-plist b/misc/p5-File-CounterFile/pkg-plist index 793ad04e705c..3ef585b5e00c 100644 --- a/misc/p5-File-CounterFile/pkg-plist +++ b/misc/p5-File-CounterFile/pkg-plist @@ -1,6 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/File/CounterFile.pm -lib/perl5/site_perl/%%PERL_VER%%/File/Listing.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/CounterFile/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/CounterFile -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File -@dirrm lib/perl5/site_perl/%%PERL_VER%%/File +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true |