summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/postinst-qa-check.d/50gnome2-utils')
-rw-r--r--bin/postinst-qa-check.d/50gnome2-utils2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/postinst-qa-check.d/50gnome2-utils b/bin/postinst-qa-check.d/50gnome2-utils
index 68e21cb74..4e7c6eb85 100644
--- a/bin/postinst-qa-check.d/50gnome2-utils
+++ b/bin/postinst-qa-check.d/50gnome2-utils
@@ -10,7 +10,7 @@ gnome2_icon_cache_check() {
# if the cache does not exist at all, we complain for any file
# otherwise, we look for files newer than the cache
[[ -f ${d}/icon-theme.cache ]] &&
- find_args+=( -newer "${d}"/icon-theme.cache )
+ find_args+=( -newercm "${d}"/icon-theme.cache )
# (use -mindepth 2 to easily skip the cache files)
while read -r -d $'\0' f; do