Skip to content

Commit 55b39e4

Browse files
authored
install-grub: add missing rmtree (#383269)
2 parents 488f807 + 39dd191 commit 55b39e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/system/boot/loader/grub/install-grub.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use Class::Struct;
44
use XML::LibXML;
55
use File::Basename;
6-
use File::Path qw(make_path);
6+
use File::Path qw(make_path rmtree);
77
use File::stat;
88
use File::Copy;
99
use File::Copy::Recursive qw(rcopy pathrm);

0 commit comments

Comments
 (0)