PKGBUILDs/community/libvirt/libvirt.install
2017-12-18 18:48:22 +00:00

10 lines
292 B
Plaintext

post_install() {
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"
}
post_upgrade() {
echo ">>> You may need to run 'rm -rf ~/.libvirt'"
}