mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
install-grub: add missing rmtree (#383269)
This commit is contained in:
commit
55b39e42a6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use warnings;
|
||||||
use Class::Struct;
|
use Class::Struct;
|
||||||
use XML::LibXML;
|
use XML::LibXML;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
use File::Path qw(make_path);
|
use File::Path qw(make_path rmtree);
|
||||||
use File::stat;
|
use File::stat;
|
||||||
use File::Copy;
|
use File::Copy;
|
||||||
use File::Copy::Recursive qw(rcopy pathrm);
|
use File::Copy::Recursive qw(rcopy pathrm);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue