summarylogtreecommitdiffstats
path: root/guest.install
diff options
context:
space:
mode:
Diffstat (limited to 'guest.install')
-rw-r--r--guest.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/guest.install b/guest.install
deleted file mode 100644
index 866ff8e23a4d..000000000000
--- a/guest.install
+++ /dev/null
@@ -1,19 +0,0 @@
-_depmod() {
- EXTRAMODULES='extramodules-4.13-uksm'
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
- cat << EOF
-===> You may want to load vboxguest, vboxsf and vboxvideo
-EOF
- _depmod
-}
-
-post_upgrade() {
- _depmod
-}
-
-post_remove() {
- _depmod
-}