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?

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to