diff options
-rw-r--r-- | osx/preflight | 2 |
1 files changed, 2 insertions, 0 deletions
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*" |