diff options
-rw-r--r-- | www/p5-Apache-Archive/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Apache-Archive/pkg-plist b/www/p5-Apache-Archive/pkg-plist index 3fca1151c2c5..aa78aea3a7c1 100644 --- a/www/p5-Apache-Archive/pkg-plist +++ b/www/p5-Apache-Archive/pkg-plist @@ -3,3 +3,6 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/Apache/Archive/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Archive/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Archive @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Apache/Archive +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true |