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:
Marco Trevisan (Treviño)
2021-01-21 19:50:24 +01:00
parent 067020b36e
commit 97b6e243b8
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ if [ "$1" = "configure" -o "$1" = "upgrade" ] && command -V udevadm >/dev/null 2
# adds stuff there
# The devices ID list is auto-generated using the gbp postimport hook
# see debian/README.sources for more details.
${UDEVADM_TRIGGERS}
@UDEVADM_TRIGGERS@
fi
exit 0