mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user