diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-06-05 07:45:32 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-06-05 07:45:32 +0200 |
commit | cd48a703c75db54d3c9dcb2b1ec7f797bb229940 (patch) | |
tree | d286c87de0a14633b60c252d05307d3441f87dad /perl-install/any.pm | |
parent | eeda734fe09712c27178f67c5e91c6d0f2e4389f (diff) | |
download | drakx-cd48a703c75db54d3c9dcb2b1ec7f797bb229940.tar drakx-cd48a703c75db54d3c9dcb2b1ec7f797bb229940.tar.gz drakx-cd48a703c75db54d3c9dcb2b1ec7f797bb229940.tar.bz2 drakx-cd48a703c75db54d3c9dcb2b1ec7f797bb229940.tar.xz drakx-cd48a703c75db54d3c9dcb2b1ec7f797bb229940.zip |
libinput-list-devices is no more
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index a82fce94a..92af852bd 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1365,7 +1365,7 @@ sub report_bug { header("lspci"), detect_devices::stringlist(), header("hid_devices"), (map { sprintf("%-16s: %s", $_->{driver} || "unknown", $_->{description}) } c::hid_probe()), header("input devices"), cat_("/proc/bus/input/devices"), - header("libinput devices"), `libinput-list-devices`, + header("libinput devices"), `libinput list-devices`, header("pci_devices"), cat_("/proc/bus/pci/devices"), header("dmidecode"), arch() =~ /86/ ? `dmidecode` : (), header("fdisk"), fdisk(), |