No longer install PuTTY and other windows binaries
[grml-live.git] / etc / grml / fai / grml / grml_cleanup_chroot.remove_docs
index a4531ea..a68b1b4 100755 (executable)
@@ -3,7 +3,6 @@
 # Purpose:       remove docs in grml chroot
 # Authors:       (c) Michael Prokop <mika@grml.org>
 # License:       This file is licensed under the GPL v2.
-# Latest change: Wed Sep 19 13:38:58 CEST 2007 [mika]
 ################################################################################
 
 . /etc/grml/lsb-functions || exit 6
@@ -24,6 +23,7 @@ rm -rf /usr/share/gtk-doc/
 rm -rf /usr/share/man/
 rm -rf /usr/man
 rm -rf /usr/share/info
+rm -rf /var/cache/man/*
 eend $?
 
 einfo "Creating /usr/share/info/..."