[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, wheezy, updated. debian/0.9.12-10
Guido Günther
agx at sigxcpu.org
Wed Mar 6 09:11:48 UTC 2013
The following commit has been merged in the wheezy branch:
commit 56bcb4cd11b9e82e03fa36657b779b9608ecaa31
Author: Guido Günther <agx at sigxcpu.org>
Date: Wed Mar 6 08:21:45 2013 +0100
Properly remove libvirt-qemu group and user
Thanks: Adam D. Barratt for noticing
diff --git a/debian/libvirt-bin.postrm b/debian/libvirt-bin.postrm
index 77e77d6..1057387 100644
--- a/debian/libvirt-bin.postrm
+++ b/debian/libvirt-bin.postrm
@@ -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
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list