Package: debhelper Version: 11.1.4 Severity: minor Dear Maintainer,
while checking the debhelper sniplets created by dh_systemd_* I got
quite confused by the indentation, making me believe it's some
malformatted or even invalid shell script.
Please apply the attached (as it contains tab characters) diff when
convenient.
Regards,
Christoph
diff --git a/autoscripts/postinst-systemd-restart b/autoscripts/postinst-systemd-restart index a619055..048e968 100644 --- a/autoscripts/postinst-systemd-restart +++ b/autoscripts/postinst-systemd-restart @@ -1,6 +1,6 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then - if [ -d /run/systemd/system ]; then - systemctl --system daemon-reload >/dev/null || true + if [ -d /run/systemd/system ]; then + systemctl --system daemon-reload >/dev/null || true if [ -n "$2" ]; then _dh_action=restart else
signature.asc
Description: PGP signature

