> Yeah, I've been able to reproduce this since your last email. I tried > to look into it a little but have been busy with the holidays. I should > have some more time to see what's happening now that those are over. > Hopefully I'll be able to figure this out soon.
I think I have the explanation: (I've added echo's to the postinst script for that and saw that the dpkg-divert is not called so ->). The problem is that the postinst checks for [ -f /usr/bin/vim.org ]. This file does not exist because when vim was unpacked, it removed /usr/bin/vim.org as it's no longer shipped (/usr/bin/vim is no longer shipped, but it's diverted). The postinst is run after that and so doesn't call dpkg-divert. Willi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

