---
 usr/sbin/localepurge |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/usr/sbin/localepurge b/usr/sbin/localepurge
index 5cf193f..f2eb58a 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,tcltk,cups/{templates,locale,doc-root}};
 do
+for LDIR in 
/usr/share/{locale,man,gnome/help,omf,doc/kde/HTML,calendar,tcltk,cups/{templates,locale,doc-root}};
 do
     if [ ! -d "$LDIR" ]; then continue; fi
     spacebefore "$LDIR"
     case "$LDIR" in
@@ -248,6 +248,12 @@ for LDIR in 
/usr/share/{locale,man,gnome/help,omf,doc/kde/HTML,tcltk,cups/{templ
                remove_superfluous_files "$locale" "$LDIR/$file"
            done ;;
 
+       /usr/share/calendar)
+           ((VERBOSE)) && echo "localepurge: processing calendar files ..."
+           for locale in $(cd "$LDIR"; echo ??_*); do
+               remove_superfluous_files_under "$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]

Reply via email to