community/libvirt to 1.3.1-2

This commit is contained in:
Kevin Mihelich 2016-01-29 13:05:42 +00:00
parent 866f41c39d
commit 9c11f19070
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
pkgname=libvirt
pkgver=1.3.1
pkgrel=1
pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"

View file

@ -4,7 +4,7 @@ _libvirt_setup() {
post_install() {
_libvirt_setup || return 1
groupadd -f libvirt
groupadd -r -f libvirt
echo ">>> libvirt runs qemu from nobody:kvm by default"
echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"