Changeset 1894
- Timestamp:
- 08/26/07 21:34:17 (1 year ago)
- Files:
-
- alternc/trunk/install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/alternc.install
r1891 r1894 223 223 fi 224 224 225 if [ -e /etc/locale.gen ] ; then 225 if [ -x /usr/sbin/locale-gen ] ; then 226 touch /etc/locale.gen 226 227 LOCALECHANGED="" 227 228 # Add de_DE ISO-8859-1, en_US ISO-8859-1, es_ES ISO-8859-1, fr_FR ISO-8859-1 to the locales :
