diff options
Diffstat (limited to 'update-ldetect-lst')
-rw-r--r-- | update-ldetect-lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-ldetect-lst b/update-ldetect-lst index 8b351fc8..008b8afc 100644 --- a/update-ldetect-lst +++ b/update-ldetect-lst @@ -1,7 +1,7 @@ #!/usr/bin/perl my $dir = '/usr/share/ldetect-lst'; -my @files = qw(pcitable usbtable isatable pcmciatable); +my @files = qw(pcitable usbtable isatable pcmciatable dmitable); unlink "$dir/$_" foreach @files; |