summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-addons/vbox-uninstall-guest-additions
diff options
context:
space:
mode:
author Heinz Wiesinger2017-06-01 21:45:24 +0200
committer Willy Sudiarto Raharjo2017-06-06 02:56:50 +0200
commitce5e6e592e42d0d90025cdba9fca319fcb314f8f (patch)
tree382e0c8fe5c5c7b89f53f0f81c5b7a1956dc517c /system/virtualbox-addons/vbox-uninstall-guest-additions
parentbd384996b24c8f62017fd7ad8c079a175d75af19 (diff)
downloadslackbuilds-ce5e6e592e42d0d90025cdba9fca319fcb314f8f.tar.gz
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-additions10
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 0000000000..afa4e98ccd
--- /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