Bug#520255: gnome-user-guide: too big -- 50 MB is too much

2009-04-28 Thread Francesco Potorti`
This is a version of localepurge that behaves like the previous version plus: - purges locale files under /usr/share/doc/kde/HTML - has undergone some cleanup - is faster. I do not currently plan to make more improvements. I suggest that this version replace the one currently distributed with the

Bug#520255: gnome-user-guide: too big -- 50 MB is too much

2009-04-22 Thread Francesco Potorti`
This is a partly rewritten version of localepurge. It is more modular and thus much more readable. Still needs modularisation and optimisation, but it is better than the previous version I sent. Still does not purge Kde files. I see that multilingual help files are under /usr/share/doc/kde/HTML

Bug#205214: Bug#520255: gnome-user-guide: too big -- 50 MB is too much

2009-04-09 Thread Francesco Potorti`
I added omf purging to the localepurge script. It now deletes files under /usr/share/locale /usr/share/man /usr/share/gnome/help /usr/share/omf The script is vastly inefficient, and it would be easy to make it more efficient using bash pattern matching rather than grep. I can do that, if th

Bug#520255: gnome-user-guide: too big -- 50 MB is too much

2009-04-06 Thread Josselin Mouette
Le lundi 06 avril 2009 à 14:48 +0200, Francesco Potorti` a écrit : > I enhanced the localpurge script. Now it deletes .po files in > /usr/share/locale, which were previously left alone, and deletes locale > files under /usr/share/gnome/help. You shouldn’t forget /usr/share/omf to avoid inconsiste

Bug#520255: gnome-user-guide: too big -- 50 MB is too much

2009-04-06 Thread Francesco Potorti`
I enhanced the localpurge script. Now it deletes .po files in /usr/share/locale, which were previously left alone, and deletes locale files under /usr/share/gnome/help. ===File /usr/sbin/localepurge=== #!/bin/sh # Deleting all locale files and localized man pages ins