Am 02.02.2015 um 18:23 schrieb Alexandre Detiste:

> - dh_systemd shouldn't add two calls to "systemctl --system daemon-reload" in 
> a row in the postrm script for no reason:
> 
> cat /var/lib/dpkg/info/systemd-cron.postrm
> ...
> # Automatically added by dh_systemd_start
> if [ -d /run/systemd/system ]; then
>         systemctl --system daemon-reload >/dev/null || true
> fi
> # End automatically added section
> # Automatically added by dh_systemd_start
> if [ -d /run/systemd/system ]; then
>         systemctl --system daemon-reload >/dev/null || true
> fi
> # End automatically added section

Well, you call dh_systemd_start twice, that's why that code is added
twice. Nothing really unexpected here.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to