diff options
author | steve <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
commit | a44fd90d222009b3b26973f0a34c83d050b6e662 (patch) | |
tree | 4c946e97024df98783512cced0281e32054e212b /math/p5-Math-BigIntFast | |
parent | daa7d9fbe3ad1fb3fc7564f0acb234122158ae1a (diff) | |
download | FreeBSD-ports-a44fd90d222009b3b26973f0a34c83d050b6e662.zip FreeBSD-ports-a44fd90d222009b3b26973f0a34c83d050b6e662.tar.gz |
Remove empty directories on uninstall.
Diffstat (limited to 'math/p5-Math-BigIntFast')
-rw-r--r-- | math/p5-Math-BigIntFast/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
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 |