[Libguestfs] [PATCH 2/2] sysprep: remove man pages cache

Wanlong Gao gaowanlong at cn.fujitsu.com
Tue Oct 30 07:50:54 UTC 2012


Remove the cache files generated by man-db.

Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
 sysprep/sysprep_operation_logfiles.ml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
index 1bca0dd..43fa33a 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -75,6 +75,9 @@ let globs = List.sort compare [
 
   (* fontconfig caches *)
   "/var/cache/fontconfig/*";
+
+  (* man pages cache *)
+  "/var/cache/man/*";
 ]
 let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
 
-- 
1.8.0




More information about the Libguestfs mailing list