community/libvirt to 1.3.3-2

This commit is contained in:
Kevin Mihelich 2016-04-28 00:58:35 +00:00
parent a623e98bb2
commit 49d39fbe0f
2 changed files with 1 additions and 7 deletions

View file

@ -9,7 +9,7 @@
pkgname=libvirt
pkgver=1.3.3
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

@ -1,9 +1,4 @@
_libvirt_setup() {
systemd-tmpfiles --create libvirt.conf
}
post_install() {
_libvirt_setup || return 1
groupadd -r -f libvirt
echo ">>> libvirt runs qemu from nobody:kvm by default"
echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
@ -11,6 +6,5 @@ post_install() {
}
post_upgrade() {
_libvirt_setup || return 1
echo ">>> You may need to run 'rm -rf ~/.libvirt'"
}