summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorRaul Cuza <raulcuza@gmail.com>2011-05-05 23:13:31 -0400
committerRaul Cuza <raulcuza@gmail.com>2011-05-05 23:13:31 -0400
commitb3c225ded7ccc946cb18e689e8b20cc9f0819aec (patch)
tree7e4c85fdf7daef5bd4cfd1ef078f0b7323ac5890 /osx
parente38ea05100ddf670898f1d11ffc09b9d44435f27 (diff)
downloadbcfg2-b3c225ded7ccc946cb18e689e8b20cc9f0819aec.tar.gz
bcfg2-b3c225ded7ccc946cb18e689e8b20cc9f0819aec.tar.bz2
bcfg2-b3c225ded7ccc946cb18e689e8b20cc9f0819aec.zip
Change preflight script to clean up man{1,5} files as well as man8
Diffstat (limited to 'osx')
-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*"