I don't understand the purpose of:
if [ "$LC_CTYPE" -a "$LC_CTYPE" != C ]; then
locale=$LC_CTYPE
else
db_get debian-installer/locale
locale="$RET"
fi
in /var/lib/dpkg/info/console-setup.config. Shouldn't it just accept that my
locale is C?
All goes well if I comment out the unless locale=C stuff:
#if [ "$LC_CTYPE" -a "$LC_CTYPE" != C ]; then
locale=$LC_CTYPE
#else
# db_get debian-installer/locale
# locale="$RET"
#fi
--
console-setup is uninstallable in edgy
https://launchpad.net/bugs/59718
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs