From dfcf94d934cb72d5e77e057594d810de91422cb6 Mon Sep 17 00:00:00 2001 From: Jaka Kranjc Date: Sat, 14 Jun 2008 15:37:16 +0200 Subject: *.gpg: minimized keyrings and saved 385K important since part of that is always reproduced in the tablet used: find -iname "*.gpg" | while read a; do gpg --no-default-keyring --keyring ./$a \ --export-options export-minimal --output ${a}2 --export; du -sh ${a} ${a}2; mv ${a}2 ${a}; done --- nsa.gpg | Bin 571 -> 567 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'nsa.gpg') diff --git a/nsa.gpg b/nsa.gpg index 00e3966296..7efc1fabbb 100644 Binary files a/nsa.gpg and b/nsa.gpg differ -- cgit v1.2.3