Remove man pages in section 5 for attr, since they are already

installed by man-pages
This commit is contained in:
Pierre Labastie 2015-11-30 09:09:19 +00:00
parent d020649d05
commit 00313ddaf2

View file

@ -192,9 +192,12 @@ esac
</xsl:text>
</xsl:if>
<!-- Attr man/man2 pages are already installed by man-pages. As of
March 2013, they are the same pages. Check it sometimes... -->
March 2013, they are the same pages.
November 2015: now they are more accurate
in man-pages, and the man5 section is also in man-pages... -->
<xsl:if test="../@id = 'ch-system-attr'">
<xsl:text>rm -fv $PKG_DEST/usr/share/man/man2/*
rm -fv $PKG_DEST/usr/share/man/man5/*
</xsl:text>
</xsl:if>
<!-- nologin is installed by util-linux. remove it from shadow -->