tags 344247 + patch
thanks
Here is the patch to install the x-www-browser alternative at priority 50.
diff -aurN dillo-0.8.5/debian/postinst dillo-0.8.5FIX/debian/postinst
--- dillo-0.8.5/debian/postinst 2007-04-17 17:27:42.000000000 -0700
+++ dillo-0.8.5FIX/debian/postinst 2007-04-17 17:24:18.000000000 -0700
@@ -3,7 +3,7 @@
if [ "$1" = "configure" ] ; then
update-alternatives --quiet --install /usr/bin/x-www-browser x-www-browser \
- /usr/bin/dillo 100 \
+ /usr/bin/dillo 50 \
--slave /usr/share/man/man1/x-www-browser.1.gz x-www-browser.1.gz \
/usr/share/man/man1/dillo.1.gz
fi