summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Muskee <wimmuskee@gmail.com>2012-12-02 15:02:44 +0100
committerWim Muskee <wimmuskee@gmail.com>2012-12-02 15:02:44 +0100
commitffcb6107233561b46da8cde760f7cee6947fe2bb (patch)
treee31604a852fa433f6da45f5eda43fe1ee8e21c58 /localepurge
parentv0.5.3.3: import from current ebuild (diff)
downloadlocalepurge-ffcb6107233561b46da8cde760f7cee6947fe2bb.tar.gz
localepurge-ffcb6107233561b46da8cde760f7cee6947fe2bb.tar.bz2
localepurge-ffcb6107233561b46da8cde760f7cee6947fe2bb.zip
updated defaultlist and localedirs
Diffstat (limited to 'localepurge')
-rwxr-xr-xlocalepurge4
1 files changed, 2 insertions, 2 deletions
diff --git a/localepurge b/localepurge
index 4b3f897..9711839 100755
--- a/localepurge
+++ b/localepurge
@@ -5,11 +5,11 @@
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"
+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 /usr/share/binutils-data/*/*/locale /usr/share/gcc-data/*/*/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"
LOCALELIST="/var/cache/localepurge/localelist"
CONFIGFILE="/etc/locale.nopurge"
-VERSION="0.5.3.2"
+VERSION="0.5.3.3"
LOCALETOTAL=0
MANTOTAL=0