sys-apps/turnstile: add postinst message

Signed-off-by: Emi <reedy.sailors.8t@icloud.com>
This commit is contained in:
Emi
2026-07-20 19:27:43 +02:00
parent dfdf7d24b4
commit 2fc19cb42f
2 changed files with 16 additions and 0 deletions

View File

@@ -42,3 +42,11 @@ src_configure() {
)
meson_src_configure
}
pkg_postinst() {
elog "For Turnstile to work you will have to add the following to /etc/pam.d/system-login"
elog ""
elog "-session optional pam_turnstile.so"
elog ""
elog "You will also need to enable the turnstiled service on dinit or runit"
}

View File

@@ -42,3 +42,11 @@ src_configure() {
)
meson_src_configure
}
pkg_postinst() {
elog "For Turnstile to work you will have to add the following to /etc/pam.d/system-login"
elog ""
elog "-session optional pam_turnstile.so"
elog ""
elog "You will also need to enable the turnstiled service on dinit or runit"
}