repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
qemu-kvm-spice
/
qemu-kvm.install
blob
84aa773b9d3079e9ff030113dec5001c728a2d2a
1
post_install() {
2
groupadd kvm -f -g 78
3
echo ">>> PLEASE READ FOR KVM USAGE!"
4
echo ">>> Load the correct KVM module, you will need a KVM capable CPU!"
5
echo ">>> Add yourself to the group 'kvm'."
6
echo ">>> Use 'qemu-kvm -enable-kvm' to use KVM."
7
echo ""
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
post_remove() {
15
groupdel kvm
16
}