diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
commit | d73ba718faf26d7121b77abe23bcdde4471ffd37 (patch) | |
tree | 933c4cf888a3e578c5dc57fa7101d4811c5bbd1a /textproc/p5-XML-Writer | |
parent | 528bd5316b1d513249603d42e06673dde2743fb5 (diff) |
Remove empty directories on uninstall.
Notes
Notes:
svn path=/head/; revision=41387
Diffstat (limited to 'textproc/p5-XML-Writer')
-rw-r--r-- | textproc/p5-XML-Writer/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-XML-Writer/pkg-plist b/textproc/p5-XML-Writer/pkg-plist index 1c1bc26aac2b..982814879030 100644 --- a/textproc/p5-XML-Writer/pkg-plist +++ b/textproc/p5-XML-Writer/pkg-plist @@ -1,4 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/XML/Writer.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Writer/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Writer +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true |