Skip to content

community/qemu: run pre-install as pre-upgrade hook so users are created during upgrade

Rasmus Thomsen requested to merge (removed):qemu into master

We introduced a new user in qemu previously with 2f32bfc7, but that user is only ever created when qemu is installed from scratch and not when upgrading an exisiting qemu installation. This broke upgrading from 3.11 -> 3.12 where we expect the qemu user to be available in 3.12 but it wasn't unless you removed and installed qemu again.

fixes #11618 (closed)

Edited by Rasmus Thomsen

Merge request reports