sys-apps/s6-linux-init: print quickstart instructions info only on first install

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2023-12-05 15:00:17 +01:00
parent f36723b831
commit 5b1b7f4ebe

View File

@@ -70,8 +70,10 @@ src_install() {
}
pkg_postinst() {
einfo "Read ${EROOT}/usr/share/doc/${PF}/html/quickstart.html"
einfo "for usage instructions."
if [[ -z "${REPLACING_VERSIONS}" ]]; then
elog "Read ${EROOT}/usr/share/doc/${PF}/html/quickstart.html"
elog "for usage instructions."
fi
optfeature "man pages" app-doc/s6-linux-init-man-pages
}