summaryrefslogtreecommitdiff
path: root/staging/qemu-kvm/qemu-kvm.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/qemu-kvm/qemu-kvm.install')
-rw-r--r--staging/qemu-kvm/qemu-kvm.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/staging/qemu-kvm/qemu-kvm.install b/staging/qemu-kvm/qemu-kvm.install
deleted file mode 100644
index 84aa773b9..000000000
--- a/staging/qemu-kvm/qemu-kvm.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- groupadd kvm -f -g 78
- echo ">>> PLEASE READ FOR KVM USAGE!"
- echo ">>> Load the correct KVM module, you will need a KVM capable CPU!"
- echo ">>> Add yourself to the group 'kvm'."
- echo ">>> Use 'qemu-kvm -enable-kvm' to use KVM."
- echo ""
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- groupdel kvm
-}