do_dkms revision 7eaaa8a4480370b82ef3735994f986f338fb4df2
417N/A# Copyright (C) 2010 Oracle Corporation 417N/A# This file is part of VirtualBox Open Source Edition (OSE), as 417N/A# you can redistribute it and/or modify it under the terms of the GNU 417N/A# General Public License (GPL) as published by the Free Software 417N/A# Foundation, in version 2 as it comes in the "COPYING" file of the 417N/A# VirtualBox OSE distribution. VirtualBox OSE is distributed in the 417N/A# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 417N/A if [
"$1" =
"uninstall" ];
then 417N/A echo "Uninstalling modules from DKMS" 417N/A # first, remove _any_ old module 618N/A # either 'vboxvideo, <version>: added' 417N/A # or 'vboxvideo, <version>, ...: installed' 417N/A # there should not be any more matches 417N/A elif [
"$1" =
"install" ];
then 417N/A echo "Attempting to install using DKMS" 417N/A echo "Failed to install using DKMS, attempting to install without"