Since dpkg does not re-install conffiles when it removed by user, currently we are missing dependencies.conf and sysconfdir.conf on rollback. To prevent this, we need to stop running 'rm -rf /etc/systemd/system/scylla-server.service.d/' on 'remove'. Fixes #5734