summarylogtreecommitdiffstats
path: root/virtualbox-guest-dkms.conf
diff options
context:
space:
mode:
authorJingJingHack2017-06-20 11:36:28 +0800
committerJingJingHack2017-06-20 11:36:28 +0800
commitd124cf7f69bb93fe821cd7203cd435049da91821 (patch)
treef714d1cf01753f6939a0901bf972d7604f4f60f5 /virtualbox-guest-dkms.conf
parent4418405563e213f3b713a4e563f2b72b98d84eb8 (diff)
downloadaur-d124cf7f69bb93fe821cd7203cd435049da91821.tar.gz
fix
Diffstat (limited to 'virtualbox-guest-dkms.conf')
-rw-r--r--virtualbox-guest-dkms.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/virtualbox-guest-dkms.conf b/virtualbox-guest-dkms.conf
deleted file mode 100644
index d0281dfebded..000000000000
--- a/virtualbox-guest-dkms.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-## @file
-# Linux DKMS config script for the VirtualBox guest kernel modules
-#
-
-#
-# Copyright (C) 2006-2015 Oracle Corporation
-#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License (GPL) as published by the Free Software
-# Foundation, in version 2 as it comes in the "COPYING" file of the
-# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
-# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
-#
-
-PACKAGE_NAME="vboxguest"
-PACKAGE_VERSION=@VERSION@_OSE
-AUTOINSTALL=yes
-
-BUILT_MODULE_NAME[0]="vboxguest"
-BUILT_MODULE_LOCATION[0]="vboxguest"
-DEST_MODULE_LOCATION[0]="/kernel/misc"
-
-BUILT_MODULE_NAME[1]="vboxsf"
-BUILT_MODULE_LOCATION[1]="vboxsf"
-DEST_MODULE_LOCATION[1]="/kernel/misc"
-
-BUILT_MODULE_NAME[2]="vboxvideo"
-BUILT_MODULE_LOCATION[2]="vboxvideo"
-DEST_MODULE_LOCATION[2]="/kernel/misc"