---
usr/sbin/localepurge | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/usr/sbin/localepurge b/usr/sbin/localepurge
index f2eb58a..453cafa 100755
--- a/usr/sbin/localepurge
+++ b/usr/sbin/localepurge
@@ -236,7 +236,7 @@ function spaceafter ()
################################################################
## Now, get the job done
-for LDIR in
/usr/share/{locale,man,gnome/help,omf,doc/kde/HTML,calendar,tcltk,cups/{templates,locale,doc-root}};
do
+for LDIR in
/usr/share/{locale,man,gnome/help,omf,doc/kde/HTML,calendar,i18n/locales,tcltk,cups/{templates,locale,doc-root}};
do
if [ ! -d "$LDIR" ]; then continue; fi
spacebefore "$LDIR"
case "$LDIR" in
@@ -254,6 +254,12 @@ for LDIR in
/usr/share/{locale,man,gnome/help,omf,doc/kde/HTML,calendar,tcltk,cu
remove_superfluous_files_under "$locale" "$LDIR/$locale"
done ;;
+ /usr/share/i18n/locales)
+ ((VERBOSE)) && echo "localepurge: processing i18n files ..."
+ for locale in $(cd "$LDIR"; echo *); do
+ remove_superfluous_files "$locale" "$LDIR/$locale"
+ done ;;
+
/usr/share/locale)
((VERBOSE)) && echo "localepurge: processing locale files ..."
for locale in $(cd "$LDIR"; echo *); do
--
1.7.10
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]