diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-12-22 11:03:29 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-12-22 11:03:29 -0300 |
commit | d13f9136f9f442d90a3b2dfe7f9841f8a1e13ff2 (patch) | |
tree | 1e0ea0099c172d02ed65a3d251df83bb5dc96d5b /pcr/localepurge/locale.nopurge | |
parent | 8a263949cc384afcb12fc79f8b1b089ec458148d (diff) | |
download | abslibre-d13f9136f9f442d90a3b2dfe7f9841f8a1e13ff2.tar.gz abslibre-d13f9136f9f442d90a3b2dfe7f9841f8a1e13ff2.tar.bz2 abslibre-d13f9136f9f442d90a3b2dfe7f9841f8a1e13ff2.zip |
localepurge
Diffstat (limited to 'pcr/localepurge/locale.nopurge')
-rw-r--r-- | pcr/localepurge/locale.nopurge | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/pcr/localepurge/locale.nopurge b/pcr/localepurge/locale.nopurge new file mode 100644 index 000000000..66968232d --- /dev/null +++ b/pcr/localepurge/locale.nopurge @@ -0,0 +1,56 @@ +#################################################### +# This is the configuration file for localepurge(8). +#################################################### +# Comment this to enable localepurge. +# NO COMMENT IT IF YOU ARE NOT SURE WHAT ARE YOU DOING +# THIS APP DO 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 |