Received: (at submit) by bugs.debian.org; 8 Jun 2001 15:18:54 +0000 From robbe@orcus.priv.at Fri Jun 08 10:18:54 2001 Return-path: Received: from 212186010174.11.tuwien.teleweb.at (hoss.orcus.priv.at) [::ffff:212.186.10.174] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 158O2I-0000OV-00; Fri, 08 Jun 2001 10:18:54 -0500 Received: by hoss.orcus.priv.at (Postfix, from userid 1000) id 27EE3EF38; Fri, 8 Jun 2001 17:18:49 +0200 (CEST) From: Robert Bihlmeyer Subject: dpkg: update-alternatives should create the -> /etc/alternatives/ link anyway To: submit@bugs.debian.org X-Mailer: bug 3.3.9 Message-Id: <20010608151849.27EE3EF38@hoss.orcus.priv.at> Date: Fri, 8 Jun 2001 17:18:49 +0200 (CEST) Delivered-To: submit@bugs.debian.org Package: dpkg Version: 1.9.9 Severity: wishlist Due to some unknown error, I recently lost the symlink that points from /usr/bin/xdvi.bin to /etc/alternatives/xdvi.bin. tetex-bin.postinst contains: update-alternatives --install /usr/bin/xdvi.bin xdvi.bin /usr/bin/xdvi.real 30 But this command found that the xdvi.bin alternative already exists, and did nothing. Wouldn't it be nice if this checked whether the is in order, otherwise re-creating it (or at least bitch loudly).