2009-02-24 06:13:11 +00:00
|
|
|
# Template file for 'glibc-locales'.
|
2009-02-21 01:18:23 +00:00
|
|
|
#
|
|
|
|
short_desc="${short_desc} (locales)"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the ${sourcepkg} locale files, for non US users."
|
2009-11-08 22:25:12 +00:00
|
|
|
|
2011-10-12 12:10:16 +00:00
|
|
|
conf_files="/etc/default/libc-locales"
|
2009-02-21 01:18:23 +00:00
|
|
|
noarch=yes
|
|
|
|
|
2012-02-18 09:56:50 +00:00
|
|
|
do_install() {
|
2011-10-12 12:10:16 +00:00
|
|
|
vmove etc/default etc
|
|
|
|
vmove usr/share/i18n usr/share
|
|
|
|
vmove usr/share/locale usr/share
|
2009-02-21 01:18:23 +00:00
|
|
|
}
|