0N/A# Copyright (C) 2010 Oracle Corporation 0N/A# This file is part of VirtualBox Open Source Edition (OSE), as 0N/A# 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. if [
"$1" =
"install" ];
then elif [
"$1" =
"uninstall" ];
then if [
"$ACTION" =
"uninstall" ];
then echo "Uninstalling modules from DKMS" # first, remove _any_ old module # either 'vboxvideo, <version>: added' # or 'vboxvideo, <version>, ...: installed' echo " removing old DKMS module $m version $version" elif [
"$ACTION" =
"install" ];
then echo "Attempting to install using DKMS" echo "Failed to install using DKMS, attempting to install without"