diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-20 13:16:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-20 13:16:43 +0000 |
commit | 16f1331280ef5925f1d563a5a366936c7da9851e (patch) | |
tree | 5887e513ba074f4cfc3862937848e8d23c608099 /devel/p5-IPC-Cache | |
parent | Fix fatal error when printing error message(using device message). (diff) |
Remove empty directories on uninstall.
Diffstat (limited to 'devel/p5-IPC-Cache')
-rw-r--r-- | devel/p5-IPC-Cache/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-IPC-Cache/pkg-plist b/devel/p5-IPC-Cache/pkg-plist index 6f2716b7fbe4..366682b3872f 100644 --- a/devel/p5-IPC-Cache/pkg-plist +++ b/devel/p5-IPC-Cache/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/IPC/Cache.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Cache/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Cache +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IPC 2>/dev/null || true |