summaryrefslogtreecommitdiffstats
path: root/sysprep/sysprep_operation_logfiles.ml
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2012-10-30 15:50:54 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-10-30 07:59:49 +0000
commitf491f3a95804a4b34d7c70c6d05aa945e59b3c8e (patch)
tree0d5ac74f9b4b863d359f12aa6151ba23928e9e54 /sysprep/sysprep_operation_logfiles.ml
parent3884bc7d7a3545831f1e3ce8bde1ae5f64776bc4 (diff)
downloadlibguestfs-f491f3a95804a4b34d7c70c6d05aa945e59b3c8e.tar.gz
libguestfs-f491f3a95804a4b34d7c70c6d05aa945e59b3c8e.tar.xz
libguestfs-f491f3a95804a4b34d7c70c6d05aa945e59b3c8e.zip
sysprep: remove man pages cache
Remove the cache files generated by man-db. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Diffstat (limited to 'sysprep/sysprep_operation_logfiles.ml')
-rw-r--r--sysprep/sysprep_operation_logfiles.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
index 1bca0dd0..43fa33a9 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)