[Pkg-tcltk-commits] r271 - tk8.5/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Thu Oct 18 11:34:44 UTC 2007
Author: sgolovan-guest
Date: 2007-10-18 11:34:44 +0000 (Thu, 18 Oct 2007)
New Revision: 271
Modified:
tk8.5/trunk/debian/tk8.5.postinst
Log:
[tk8.5]
Lessened alternative priority.
Modified: tk8.5/trunk/debian/tk8.5.postinst
===================================================================
--- tk8.5/trunk/debian/tk8.5.postinst 2007-10-18 11:34:11 UTC (rev 270)
+++ tk8.5/trunk/debian/tk8.5.postinst 2007-10-18 11:34:44 UTC (rev 271)
@@ -3,7 +3,7 @@
set -e
if [ "$1" = "configure" ]; then
- update-alternatives --install /usr/bin/wish wish /usr/bin/wish8.5 830 \
+ update-alternatives --install /usr/bin/wish wish /usr/bin/wish8.5 800 \
--slave /usr/share/man/man1/wish.1.gz wish.1 \
/usr/share/man/man1/wish8.5.1.gz
fi
More information about the Pkg-tcltk-commits
mailing list