From a44fd90d222009b3b26973f0a34c83d050b6e662 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 14 Apr 2001 22:31:52 +0000 Subject: Remove empty directories on uninstall. --- math/p5-Math-BigIntFast/pkg-plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math/p5-Math-BigIntFast') diff --git a/math/p5-Math-BigIntFast/pkg-plist b/math/p5-Math-BigIntFast/pkg-plist index 1eda159..ad8a9d0 100644 --- a/math/p5-Math-BigIntFast/pkg-plist +++ b/math/p5-Math-BigIntFast/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Math/BigIntFast.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigIntFast/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BigIntFast +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true -- cgit v1.1