Add @unexec rmdir if directory is empty.

This commit is contained in:
Jun Kuriyama 2000-10-31 07:11:23 +00:00
parent 46743dcf11
commit 07ec7b7c3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34473

View file

@ -1,3 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Array/PrintCols.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/PrintCols/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/PrintCols
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Array 2>/dev/null || true