diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-11-09 10:59:53 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:22 +0000 |
commit | d8812bd9a703b8021b1b004d75f6d5b489ffc520 (patch) | |
tree | 5350e08cdd5991f17e32312771fdd67bab6a3fb8 /system/localepurge/locale.nopurge | |
parent | 4792487ebbcfa22db689752c3009143772d66252 (diff) |
system/localepurge: Updated for version 0.7.3.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/localepurge/locale.nopurge')
-rw-r--r-- | system/localepurge/locale.nopurge | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/system/localepurge/locale.nopurge b/system/localepurge/locale.nopurge new file mode 100644 index 0000000000000..489a35d410f2e --- /dev/null +++ b/system/localepurge/locale.nopurge @@ -0,0 +1,56 @@ +#################################################### +# This is the configuration file for localepurge(8). +#################################################### +# Comment this to enable localepurge. +# DO NOT COMMENT IT IF YOU ARE NOT SURE WHAT ARE YOU DOING +# THIS APP DOES NOT ASK FOR CONFIRMATION + +NEEDSCONFIGFIRST + +#################################################### +# Uncommenting this string enables removal of localized +# man pages based on the configuration information for +# locale files defined below: + +MANDELETE + +#################################################### +# Uncommenting this string causes localepurge to simply delete +# locales which have newly appeared on the system without +# bothering you about it: + +#DONTBOTHERNEWLOCALE + +##################################################### +# Commenting out this string enables faster but less +# accurate calculation of freed disk space: + +#QUICKNDIRTYCALC + +#################################################### +# Uncommenting this string enables display of freed disk +# space if localepurge has purged any superfluous data: + +SHOWFREEDSPACE + +##################################################### +# Commenting out this string disables verbose output: + +#VERBOSE + +##################################################### +# You like Colors? + +#NOCOLOR + +##################################################### +# You can use the -v -d -nc options in command line. + +##################################################### +# Following locales won't be deleted from this system +# for example: +en +en_GB +en_GB.UTF-8 +en_US +en_US.UTF-8 |