|
Bug#304144: Problems while removing kvim: msg#00146linux.debian.packages.vim.devel
Bcc: to Rodriguez ! On Fri, 15 Apr 2005, R. Rodriguez wrote: Hi. Thanks for reopening the bug for me :) Untfortunately I can't give you the verbose fix, since I don't seem to be able to access the debian diff file. But the fix is very easy - in /var/lib/dpkg/info/kvim.prerm (or postrm?) there is a all for dpkg-divert. Change /usr/bin/vim.org to /usr/bin/vim.old there and you should be set. Norbert: btw. that's a blueprint for the fix actually. Check if the is either /usr/bin/vim.org or /usr/bin/vim.old and divert accordingly: if dpkg-divert --list kvim|grep org $extensions='org' fi if dpkg-divert --list kvim|grep old $extensions="$extensions old" fi for i in $extensions do dpkg-divert --remove WHATEVER.$i etc... ... *t |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Bug#236393: acknowledged by developer (Re: vim doesn't display high unicode characters): 00146, Stefano Zacchiroli |
|---|---|
| Next by Date: | r176 - in trunk/vim/debian: . patches: 00146, Stefano Zacchiroli |
| Previous by Thread: | Processed: Re: Bug#304144: Problems while removing kvimi: 00146, Debian Bug Tracking System |
| Next by Thread: | r164 - trunk/vim-scripts/vim.org: 00146, Stefano Zacchiroli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |