Skip to content
Snippets Groups Projects
Commit 524cdb1f authored by Guido Günther's avatar Guido Günther
Browse files

Properly remove libvirt-qemu group and user

Thanks: Adam D. Barratt for noticing
parent 07f455f8
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,11 @@ case "$1" in
fi
if getent user libvirt-qemu >/dev/null; then
deluser libvirt || true
deluser libvirt-qemu || true
fi
if getent group libvirt-qemu >/dev/null; then
delgroup libvirt || true
delgroup libvirt-qemu || true
fi
rm -rf /var/log/libvirt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment