added man pages

This commit is contained in:
Tamás Gérczei 2019-10-17 19:41:14 +02:00
parent 03c45b8963
commit 6e3cc9758b
1 changed files with 4 additions and 0 deletions

View File

@ -38,11 +38,15 @@ src_install() {
insinto /opt/lib
doins -r thirdparty/lib/perl5/*
doman man/znapzend{,zetup,ztatz}.1
newinitd ${FILESDIR}/initd_${PN} ${PN}
}
pkg_postinst() {
elog ""
elog "This software release depends on modules no longer available through Portage."
elog "Since it will automatically obtain them from CPAN automatically, they will be"
elog "placed under '/opt/lib' in order not to interfere with the rest of the system."
elog ""
}