Files
libfprint/debian
Marco Trevisan (Treviño) 97b6e243b8 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.
2021-01-21 19:52:44 +01:00
..
2021-01-21 17:10:57 +01:00
2019-08-23 17:24:14 +02:00
2019-08-23 17:24:14 +02:00

The libfprint-2-2 postinst script calls udevadmin trigger for all the supported
USB readers. The list of readers used in that file is generated using the gbp
import hook when `gbp import-orig` (via --uscan or with a tarball) is used.

Alternatively it can be called manually by using:

  GBP_SOURCES_DIR=. debian/update-udev-triggers.sh

When preparing a new upstream release, this script should be called against the
upstream provided .hwdb file.