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