severity 509667 serious thanks On Wed, 24 Dec 2008, Laurent Bonnaud wrote: > # Add an alternative for aterm > update-alternatives --install /usr/bin/terminator terminator > /usr/bin/terminator 30 > > which is incorrect because /usr/bin/terminator is a binary installed by > the terminator package and not a generic name.
This is a serious mistake, it can lead to the removal of /usr/bin/terminator with certain usage of update-alternatives. Please remove that call and clean up by calling "update-alternatives --remove terminator /usr/bin/terminator || true" in the prerm upgrade. And also remove the alternative in x-terminal-emulator when you remove the package (prerm remove) !! Cheers, -- Raphaël Hertzog Le best-seller français mis à jour pour Debian Etch : http://www.ouaza.com/livre/admin-debian/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

