New comment by motorto on void-packages repository https://github.com/void-linux/void-packages/pull/44876#issuecomment-1627827030 Comment: Hum weird, the file is installed ``` $ xbps-query -f elogind ... /usr/libexec/elogind/libelogind-shared-252.9.so ... ``` Even diffing the `xbps-query -{Rf|f} elogind` returns the file was in the proper place: ``` $ diff a b 2c2 < /etc/pam.d/elogind-user --- > /etc/elogind/sleep.conf 8a9 > /usr/lib/pam.d/elogind-user 18c19 < /usr/libexec/elogind/libelogind-shared-246.10.so --- > /usr/libexec/elogind/libelogind-shared-252.9.so ... ```