On Sun, Mar 04, 2007 at 11:06:49PM +0100, Julien Cristau wrote: >On Sun, Mar 4, 2007 at 21:42:54 +0000, Steve McIntyre wrote: > >> Attached is a simple patch for this RC bug. Hope it helps... >> >Hi Steve > >> diff -u fvwm1-1.24r/debian/preinst fvwm1-1.24r/debian/preinst >> --- fvwm1-1.24r/debian/preinst >> +++ fvwm1-1.24r/debian/preinst >> @@ -34,2 +34,9 @@ >> >> +# /usr/X11R6/bin has gone away; remove any sym-links in there that we >> +# may be responsible for so we don't break an etch uprade. >> +if [ -x /usr/X11R6/bin/fvwm1 ] && [ ! -L /usr/X11R6/bin ] ; then >> + update-alternatives --remove fvwm /usr/X11R6/bin/fvwm1 >> + update-alternatives --remove x-window-manager /usr/X11R6/bin/fvwm1 >> +fi >> + >The alternative is added as /usr/bin/X11/fvwm1. Does removing it as >/usr/X11R6/bin/fvwm1 work as intented?
Oops, fuckup in the patch. s?/usr/X11R6/bin?/usr/bin/X11? throughout... :-( -- Steve McIntyre, Cambridge, UK. [EMAIL PROTECTED] Is there anybody out there? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]