Bug#1004333: deb-systemd-helper does not recognize purged package

2022-01-25 Thread Marc Haber
retitle -1 please consider more debugging in state file handling severity -1 minor thanks Turns out that it was an issue in the test system. Please, however, consider adding a bit more debugging and error processing. Here is the patch that I used to debug this. This is clearly not suitable for

Bug#1004333: deb-systemd-helper does not recognize purged package

2022-01-24 Thread Marc Haber
Package: init-system-helpers Version: 1.61 Severity: normal File: /usr/bin/deb-systemd-helper Hi, given the following code in a maintainer script: postinst if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper mask 'sudo.service' || true fi postrm case "$1" in purge)