We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a4c14 commit f5da273Copy full SHA for f5da273
toolkit/imageconfigs/scripts/setup-tink-image.sh
@@ -29,6 +29,7 @@ find /usr/share -type f \
29
! -path "/usr/share/dbus-1/system.conf" \
30
! -path "/usr/share/caddy/*" \
31
! -path "/usr/share/pki/*" \
32
+ ! -path "/usr/share/p11-kit/*" \
33
-exec rm -f {} +
34
echo "$pprefix: reduced $(du -h /usr/share)"
35
0 commit comments