mdocml: remove conflicting manpage (roff.7).

This commit is contained in:
Juan RP 2015-02-23 10:47:44 +01:00
parent 11340fcc35
commit 2a596fc130

View File

@ -1,7 +1,7 @@
# Template file for 'mdocml'
pkgname=mdocml
version=1.13.2
revision=5
revision=6
build_style=configure
makedepends="sqlite-devel"
replaces="groff>=0 man-db>=0"
@ -31,6 +31,8 @@ post_install() {
done
# remove devel stuff.
rm -rf ${DESTDIR}/usr/{include,lib}
# remove conflicting file
rm -f ${DESTDIR}/usr/share/man/man7/roff.7
# Daily cron job to generate man db
vinstall ${FILESDIR}/makewhatis.cron.daily 755 etc/cron.daily makewhatis
}