I added a task for dpkg as it seems to be a problem in update- alternatives.
We have the /var/lib/dpkg/alternatives/view file here: http://bugs.debian.org/cgi-bin/bugreport.cgi/view?bug=399024;msg=69;att=1 The fix in debian for this is to run: for i in vi view ex editor; do update-alternatives --remove $i /usr/bin/vim done in preinst if a ru.UTF-8 link is found. Cheers, Michael -- vim-tiny postinst fails https://launchpad.net/bugs/84906 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
