mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
sysprep: remove man pages cache
Remove the cache files generated by man-db. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
3884bc7d7a
commit
f491f3a958
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user