From d73ba718faf26d7121b77abe23bcdde4471ffd37 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 14 Apr 2001 22:31:52 +0000 Subject: Remove empty directories on uninstall. --- finance/p5-Math-Financial/pkg-plist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'finance/p5-Math-Financial/pkg-plist') diff --git a/finance/p5-Math-Financial/pkg-plist b/finance/p5-Math-Financial/pkg-plist index 6162069fca9f..88ad2cd27ee5 100644 --- a/finance/p5-Math-Financial/pkg-plist +++ b/finance/p5-Math-Financial/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Math/Financial.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Financial/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Financial +@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.2.3