summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Borsboom2018-05-15 11:53:50 +0200
committerArthur Borsboom2018-05-15 11:53:50 +0200
commitede65a83ffd81f4ec50b89bc965870689e09d209 (patch)
treefbba8dcfe2b306f64194f7e327e810fa95f356da
parent7773f02ed485ec253024bd6d0c3d10bfb7371b97 (diff)
parentf519e704768b2e92cc1ae64f6b948a063efd03f9 (diff)
downloadaur-ede65a83ffd81f4ec50b89bc965870689e09d209.tar.gz
Added make dependency, since the glibc package does not contain the rpcgen anymore.
-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'"
}