summaryrefslogtreecommitdiffstats
path: root/update-ldetect-lst
diff options
context:
space:
mode:
Diffstat (limited to 'update-ldetect-lst')
-rw-r--r--update-ldetect-lst2
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;