mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
debian/update-udev-triggers.sh: Use perl to replace file content
envsubst is nice but may be not installed and can be confusing, so let's use perl (+ printenv) to replace our file content.
This commit is contained in:
Vendored
+1
@@ -209,6 +209,7 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2
|
||||
udevadm trigger --action=add --attr-match=idVendor=2808 --attr-match=idProduct=9338
|
||||
udevadm trigger --action=add --attr-match=idVendor=298d --attr-match=idProduct=2033
|
||||
udevadm trigger --action=add --attr-match=idVendor=3538 --attr-match=idProduct=0930
|
||||
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user