Public bug reported:

Ubuntu 14.04.1 LTS
vnc4server 4.1.1+xorg4.3.0-37ubuntu5

When the vnc4server package is removed, the prerm script removes the
links in /etc/alternatives for all the package's components except
vncconfig.  The /etc/alternatives/vncconfig link is left dangling.

I think this is because the prerm script says:


    update-alternatives --remove \
        vnc4config $BIN/vnc4config

but should say:

update-alternatives --remove vncconfig $BIN/vnc4config

** Affects: vnc4 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1397362

Title:
  vncconfig alternative not removed in prerm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vnc4/+bug/1397362/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to