Add @unexec rmdir if directory is empty.
This commit is contained in:
parent
46743dcf11
commit
07ec7b7c3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34473
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue