summarylogtreecommitdiffstats
path: root/libvirt.install
diff options
context:
space:
mode:
authorTomasz Kołosowski2019-05-07 18:01:53 +0200
committerTomasz Kołosowski2019-05-07 18:01:53 +0200
commit21a8c8490076259a6bff841cb22ff2b5a9bae216 (patch)
tree11cd32248c3ed0108b20509da3dc1d56729941eb /libvirt.install
downloadaur-21a8c8490076259a6bff841cb22ff2b5a9bae216.tar.gz
libvirt 5.3.0
Diffstat (limited to 'libvirt.install')
-rw-r--r--libvirt.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/libvirt.install b/libvirt.install
new file mode 100644
index 000000000000..365f7f4f1d33
--- /dev/null
+++ b/libvirt.install
@@ -0,0 +1,9 @@
+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'"
+}