--- /usr/bin/localepurge 2007-06-26 16:39:17.000000000 +0200 +++ /tmp/localepurge 2007-06-26 15:35:39.000000000 +0200 @@ -5,8 +5,9 @@ set -e -LOCALEDIRS="/usr/share/locale /usr/local/share/locale /usr/kde/?.?/share/locale /opt/sun-jdk-*/jre/lib/locale /opt/sun-jre-bin-*/lib/locale /usr/lib/locale" -MANPAGEDIRS="/usr/share/man /usr/man /usr/local/share/man /usr/kde/?.?/share/man /usr/kde/?.?/man /opt/sun-jdk-*/man /opt/sun-jre-bin-*/man" + +LOCALEDIRS="/opt/RealPlayer/share/locale /usr/share/locale /usr/local/share/locale /usr/kde/?.?/share/locale /opt/sun-jdk-*/jre/lib/locale /opt/sun-jre-bin-*/lib/locale /usr/lib/locale /usr/share/*/locale /usr/lib/*/locale /opt/blackdown-jdk*/jre/lib/locale /opt/blackdown-jre*/lib/locale /usr/share/gcc-data/*/*/locale /usr/share/vim/vim70/lang /etc/sarg/sarg-php/locale /usr/lib/python*/site-packages/_xmlplus/dom" +MANPAGEDIRS="/usr/share/man /usr/man /usr/local/share/man /usr/kde/?.?/share/man /usr/kde/?.?/man /opt/sun-jdk-*/man /opt/sun-jre-bin-*/man /usr/share/vim/vim64/lang /usr/share/cups/docs /usr/share/cups/templates /usr/kde/*/share/apps/ksgmltools2/customization" LOCALELIST="/var/cache/localepurge/localelist" CONFIGFILE="/etc/locale.nopurge" VERSION="0.5.2" @@ -149,6 +150,7 @@ echo "${LOCALEDIR}/${LOCALE}" else /bin/rm -vf `find ${LOCALEDIR}/${LOCALE} -type f` + /bin/rm -vf `find ${LOCALEDIR}/${LOCALE} -type l` fi fi fi