6 echo "Setting mtime on large files whose content generally do not change"
7 touch --no-create -t 197001010000 \
8 /usr
/lib
/locale
/locale-archive \
9 /usr
/share
/ppd
/hplip
/HP
/*.ppd
11 find /usr
/share
/doc
/tails
/website
-depth -exec \
12 touch --no-create -t 197001010000 '{}' \
;