blob: 714496a9473cebe87aa4355cca9acd32b46d2076 [file] [log] [blame]
Matt Spinler34572662018-10-16 11:32:13 -05001do_install_append() {
2 # The libpam recipe will always add a pam_systemd.so line to
3 # common-session if systemd is enabled; however systemd only
4 # builds pam_systemd.so if logind is enabled, and we disable
5 # that package. So, remove the pam_systemd.so line here.
6 sed -i '/pam_systemd.so/d' ${D}${sysconfdir}/pam.d/common-session
7}