mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/libvirt to 1.3.3-2
This commit is contained in:
parent
a623e98bb2
commit
49d39fbe0f
2 changed files with 1 additions and 7 deletions
|
@ -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/"
|
||||
|
|
|
@ -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'"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue