diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-17 21:37:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-17 21:37:55 +0000 |
commit | 78bc53e9d68817d4bb7a632c5ce06b0d6b10ff3a (patch) | |
tree | e0934c26f2e917f4b8b0c53d4aef6c60f1611bd4 /testing/qemu/qemu.pre-install | |
parent | 8c314ffd231b46ec135b086356e889f05af80e8a (diff) | |
download | aports-78bc53e9d68817d4bb7a632c5ce06b0d6b10ff3a.tar.bz2 aports-78bc53e9d68817d4bb7a632c5ce06b0d6b10ff3a.tar.xz |
testing/qemu: moved from x11
Diffstat (limited to 'testing/qemu/qemu.pre-install')
-rw-r--r-- | testing/qemu/qemu.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/qemu/qemu.pre-install b/testing/qemu/qemu.pre-install new file mode 100644 index 0000000000..0119bacbea --- /dev/null +++ b/testing/qemu/qemu.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +if ! getent group | grep -q "^kvm:"; then + addgroup kvm +fi + |