From b3c225ded7ccc946cb18e689e8b20cc9f0819aec Mon Sep 17 00:00:00 2001 From: Raul Cuza Date: Thu, 5 May 2011 23:13:31 -0400 Subject: Change preflight script to clean up man{1,5} files as well as man8 --- osx/preflight | 2 ++ 1 file changed, 2 insertions(+) (limited to 'osx') diff --git a/osx/preflight b/osx/preflight index 169551b35..64555480f 100644 --- a/osx/preflight +++ b/osx/preflight @@ -8,4 +8,6 @@ /bin/rm -Rvf "${3}"{SITELIBDIR}/Bcfg2* /bin/rm -Rvf "${3}"/usr/local/bin/bcfg2* /bin/rm -Rvf "${3}{DATADIR}/share/bcfg2" +/bin/rm -Rvf "${3}{DATADIR}/share/man/man1/bcfg2*" +/bin/rm -Rvf "${3}{DATADIR}/share/man/man5/bcfg2*" /bin/rm -Rvf "${3}{DATADIR}/share/man/man8/bcfg2*" -- cgit v1.2.3-1-g7c22