diff --git a/.update/patches b/.update/patches index 5d129c7d89..a3a0ae86c8 100755 --- a/.update/patches +++ b/.update/patches @@ -2060,6 +2060,7 @@ Patch_9_9() G_EXEC systemctl --no-reload unmask logitechmediaserver G_EXEC systemctl --no-reload disable --now logitechmediaserver # Avoid that purging the old package removes user, log and data dir which are still in use by the new package + # shellcheck disable=SC2016 G_EXEC sed -i '/^if \[ "$1" = purge \]; then/,/^fi/d' /var/lib/dpkg/info/logitechmediaserver.postrm G_EXEC eval 'echo 35 >> /var/tmp/dietpi/dietpi-update_reinstalls' fi