summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2011-05-05 23:13:31 -0400
committerSol Jerome <sol.jerome@gmail.com>2011-06-14 12:36:44 -0500
commit3f3bc1cb0d539b6651605b48300946d0d7ec6560 (patch)
treec9a85b9c94c5486e7e882d7130ed56e80b7a9c74
parent5952ca5ebf0908b29e2fb09091249dc6ce67540b (diff)
downloadbcfg2-3f3bc1cb0d539b6651605b48300946d0d7ec6560.tar.gz
bcfg2-3f3bc1cb0d539b6651605b48300946d0d7ec6560.tar.bz2
bcfg2-3f3bc1cb0d539b6651605b48300946d0d7ec6560.zip
Change preflight script to clean up man{1,5} files as well as man8
-rw-r--r--osx/preflight2
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*"