contrib/debian: install files into merged /usr

This commit synchronizes the debian packaging files with the distro
version (also maintained by me) as much as possible.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Colm Buckley <colm@tuatha.org>
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
Closes #17712
This commit is contained in:
Shengqi Chen
2025-09-09 22:22:57 +08:00
committed by Brian Behlendorf
parent 717c57c834
commit ca4f7d6d49
16 changed files with 68 additions and 78 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
if ! $(ldd "/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security/pam_zfs_key.so" | grep -q "libasan") ; then
if ! $(ldd "/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security/pam_zfs_key.so" | grep -q "libasan") ; then
pam-auth-update --package
fi