Upgrade Tor Browser to 14.0a6 (refs: tails#20448)
[tails.git] / config / chroot_local-hooks / 99-set_mtimes
blob52e575e177cf7f22cbf9a7718abd054039f6cbf0
1 #!/bin/sh
3 set -e
5 # Make IUKs smaller
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 '{}' \;