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 --- swoolley-63C1E02F.gpg | Bin 2241 -> 2233 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'swoolley-63C1E02F.gpg') diff --git a/swoolley-63C1E02F.gpg b/swoolley-63C1E02F.gpg index 44ce54c415..076eeebf4e 100644 Binary files a/swoolley-63C1E02F.gpg and b/swoolley-63C1E02F.gpg differ -- cgit v1.2.3