Skip to content

Commit

Permalink
sysinfo: Add libinput10 package used in more recent Debian/Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jigpu committed Feb 10, 2021
1 parent 3d5b910 commit 1492ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sysinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ls -l /usr/lib{,64}/xorg/modules/input/* \

PACKAGES=$(pacman -Qi xf86-input-wacom libwacom libinput xf86-input-libinput linuxconsole 2>/dev/null || \
zypper info xf86-input-wacom libwacom2 libwacom-data libwacom libinput xf86-input-libinput linuxconsoletools 2>/dev/null || \
dpkg -s xserver-xorg-input-wacom libwacom2 libwacom-common libwacom-bin libinput5 xserver-xorg-input-libinput inputattach 2>/dev/null || \
dpkg -s xserver-xorg-input-wacom libwacom2 libwacom-common libwacom-bin libinput5 libinput10 xserver-xorg-input-libinput inputattach 2>/dev/null || \
yum info xorg-x11-drv-wacom libwacom libwacom-data libinput xorg-x11-drv-libinput linuxconsoletools 2>/dev/null || \
dnf info xorg-x11-drv-wacom libwacom libwacom-data libinput xorg-x11-drv-libinput linuxconsoletools 2>/dev/null)
echo "$PACKAGES" >> packages.txt
Expand Down

0 comments on commit 1492ab3

Please sign in to comment.