[oe] [PATCH][meta-oe] systemd: add postrm u-a calls

Anders Darander anders at chargestorm.se
Thu Nov 10 07:44:49 UTC 2011


* Martin Jansa <martin.jansa at gmail.com> [111109 20:25]:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-oe/recipes-core/systemd/systemd_git.bb |   11 +++++++++--
>  1 files changed, 9 insertions(+), 2 deletions(-)

> diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
> index 90862a3..d1d4306 100644
> --- a/meta-oe/recipes-core/systemd/systemd_git.bb
> +++ b/meta-oe/recipes-core/systemd/systemd_git.bb
> @@ -14,7 +14,7 @@ inherit gitpkgv
>  # TODO:
>  # u-a for runlevel and telinit
> -# u-a prerm

Here on your todo list, it stated u-a for prerm, but you applied it to
the postrm. In this case, it probably doesn't really matter, but I'd
still guess that it would make more sense to remove the u-a before
removing the binaries. Although, I don't think it'll actually cause any
problems in this case.

Cheers,
Anders

>  pkg_postinst_systemd () {
>  update-alternatives --install ${base_sbindir}/init init ${base_bindir}/systemd 300
> @@ -117,3 +116,11 @@ update-alternatives --install ${base_sbindir}/reboot reboot ${base_bindir}/syste
>  update-alternatives --install ${base_sbindir}/shutdown shutdown ${base_bindir}/systemctl 300
>  update-alternatives --install ${base_sbindir}/poweroff poweroff ${base_bindir}/systemctl 300
>  }
> +
> +pkg_postrm_systemd () {
> +update-alternatives --remove init ${base_bindir}/systemd
> +update-alternatives --remove halt ${base_bindir}/systemctl
> +update-alternatives --remove reboot ${base_bindir}/systemctl
> +update-alternatives --remove shutdown ${base_bindir}/systemctl
> +update-alternatives --remove poweroff ${base_bindir}/systemctl
> +}
-- 
Anders Darander
ChargeStorm AB / eStorm AB




More information about the Openembedded-devel mailing list