Bug 1073 - next upgrade from vim-X11-6.1.82-alt7 will remove /usr/bin/vim-X11 vim alternative
Summary: next upgrade from vim-X11-6.1.82-alt7 will remove /usr/bin/vim-X11 vim altern...
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: vim-X11 (show other bugs)
Version: unstable
Hardware: all Linux
: P4 blocker
Assignee: Gleb F-Malinovskiy
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-12 03:39 MSD by Sir Raorn
Modified: 2003-08-25 15:18 MSD (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sir Raorn 2002-07-12 03:39:19 MSD
next upgrade from vim-X11-6.1.82-alt7 will remove /usr/bin/vim-X11 vim alternative because of

%preun X11
/usr/sbin/update-alternatives --remove vim %_bindir/vim-X11

this should look like (alike vim-enhanced):

%preun X11
[ $1 = 0 ] || exit 0
/usr/sbin/update-alternatives --remove vim %_bindir/vim-X11
---

---