diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-06-01 21:45:24 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:50 +0700 |
commit | ce5e6e592e42d0d90025cdba9fca319fcb314f8f (patch) | |
tree | 382e0c8fe5c5c7b89f53f0f81c5b7a1956dc517c /system/virtualbox-addons/vbox-uninstall-guest-additions | |
parent | bd384996b24c8f62017fd7ad8c079a175d75af19 (diff) |
system/virtualbox-addons: Updated for version 5.0.40.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-addons/vbox-uninstall-guest-additions')
-rw-r--r-- | system/virtualbox-addons/vbox-uninstall-guest-additions | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/virtualbox-addons/vbox-uninstall-guest-additions b/system/virtualbox-addons/vbox-uninstall-guest-additions new file mode 100644 index 0000000000000..afa4e98ccdc71 --- /dev/null +++ b/system/virtualbox-addons/vbox-uninstall-guest-additions @@ -0,0 +1,10 @@ +#!/bin/sh +# This executable provides a well-known way to uninstall VirtualBox Guest +# Additions in order to re-install them from a different source. A common case +# is uninstalling distribution-provide Additions to install the version provided +# by VirtualBox. Distributions should put the right command in here to do the +# removal, e.g. "dnf remove VirtualBox-guest-additions". Leaving kernel modules +# provided by the distribution kernel package in place is acceptable if the +# location does not clash with the VirtualBox-provided module location (misc). + +/sbin/removepkg virtualbox-addons virtualbox-kernel-addons |