aboutsummaryrefslogtreecommitdiffstats
path: root/main/qemu/qemu.pre-install
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2015-12-22 12:27:23 +0200
committerTimo Teräs <timo.teras@iki.fi>2015-12-22 11:31:08 +0000
commit3f9dc4f4288ebdbcf2680465617abcdafbe010b8 (patch)
treef313627c6bdd04183d6c28d66238fa69f003d0eb /main/qemu/qemu.pre-install
parentca1f9771d11175fc34a9fe7b1ab988e0c1b2d5e7 (diff)
downloadaports-3f9dc4f4288ebdbcf2680465617abcdafbe010b8.tar.bz2
aports-3f9dc4f4288ebdbcf2680465617abcdafbe010b8.tar.xz
main/qemu: upgrade to 2.5.0
remove unused patches made simple & clean init script for guest-agent
Diffstat (limited to 'main/qemu/qemu.pre-install')
-rw-r--r--main/qemu/qemu.pre-install5
1 files changed, 1 insertions, 4 deletions
diff --git a/main/qemu/qemu.pre-install b/main/qemu/qemu.pre-install
index 68d7043acc..ffee1f8708 100644
--- a/main/qemu/qemu.pre-install
+++ b/main/qemu/qemu.pre-install
@@ -1,6 +1,3 @@
#!/bin/sh
-if ! getent group kvm >/dev/null; then
- addgroup -g 34 -S kvm
-fi
-
+getent group kvm >/dev/null || addgroup -g 34 -S kvm