summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvirt.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/libvirt.install b/libvirt.install
index 706a20a7de35..398c1b361f2c 100644
--- a/libvirt.install
+++ b/libvirt.install
@@ -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'"
}