PKGBUILDs/community/libvirt/libvirt.install

11 lines
317 B
Plaintext
Raw Normal View History

2013-07-01 23:28:11 +00:00
post_install() {
2016-01-29 13:05:42 +00:00
groupadd -r -f libvirt
2014-11-03 22:32:35 +00:00
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"
2013-07-01 23:28:11 +00:00
}
post_upgrade() {
echo ">>> You may need to run 'rm -rf ~/.libvirt'"
}