[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xorg: Changes to 'debian-unstable'



On Sun, Jun 22, 2008 at 09:01:15 +0000, Brice Goglin wrote:

> commit 9d677543d31d9da34efc4cfa4e9575f49c296021
> Author: Brice Goglin <bgoglin@debian.org>
> Date:   Sun Jun 22 10:18:13 2008 +0200
> 
>     Remove obsolete xserver-xorg startup links
> 
> diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
> index 9cd8ac1..55d4643 100644
> --- a/debian/xserver-xorg.postinst.in
> +++ b/debian/xserver-xorg.postinst.in
> @@ -1003,6 +1003,9 @@ case "$1" in
>      if dpkg --compare-versions "$2" lt-nl "1:7.3+11"; then
>        remove_conffile_commit "/etc/init.d/xserver-xorg"
>      fi
> +    if dpkg --compare-versions "$2" lt-nl "1:7.3+13"; then
> +      update-rc.d -f xserver-xorg remove
> +    fi
>      ;;
>  esac

Is the -f necessary here?  If the script doesn't get removed by
remove_conffile_commit then maybe the links should stick around too?

Cheers,
Julien


Reply to: