1 | # $Id: deffiles 76553 2019-01-01 01:45:53Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # VirtualBox linux Guest Additions default files list
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2009-2019 Oracle Corporation
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | # available from http://www.virtualbox.org. This file is free software;
|
---|
11 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | # General Public License (GPL) as published by the Free Software
|
---|
13 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | #
|
---|
17 |
|
---|
18 | # This file contains the names of all files that the Guest Additions for
|
---|
19 | # Linux guests have ever installed into the main filesystem tree (/usr and
|
---|
20 | # /sbin). No entries should ever be removed from this file, as it is used
|
---|
21 | # for uninstalling old installations of VirtualBox which did not keep track
|
---|
22 | # of the names of their files, or damaged installations which lost track of
|
---|
23 | # them.
|
---|
24 |
|
---|
25 | DEFAULT_FILE_NAMES=" \
|
---|
26 | /usr/bin/vboxadd-xclient \
|
---|
27 | /usr/bin/VBoxClient \
|
---|
28 | /usr/bin/VBoxControl \
|
---|
29 | /usr/sbin/vbox-greeter \
|
---|
30 | /usr/sbin/vboxadd-timesync \
|
---|
31 | /usr/sbin/vboxadd-service \
|
---|
32 | /usr/sbin/VBoxService \
|
---|
33 | /sbin/mount.vboxsf \
|
---|
34 | /usr/lib/VBoxOGLarrayspu.so \
|
---|
35 | /usr/lib64/VBoxOGLarrayspu.so \
|
---|
36 | /usr/lib/VBoxOGLcrutil.so \
|
---|
37 | /usr/lib64/VBoxOGLcrutil.so \
|
---|
38 | /usr/lib/VBoxOGLerrorspu.so \
|
---|
39 | /usr/lib64/VBoxOGLerrorspu.so \
|
---|
40 | /usr/lib/VBoxOGLfeedbackspu.so \
|
---|
41 | /usr/lib64/VBoxOGLfeedbackspu.so \
|
---|
42 | /usr/lib/VBoxOGLpackspu.so \
|
---|
43 | /usr/lib64/VBoxOGLpackspu.so \
|
---|
44 | /usr/lib/VBoxOGLpassthroughspu.so \
|
---|
45 | /usr/lib64/VBoxOGLpassthroughspu.so \
|
---|
46 | /usr/lib/VBoxOGL.so \
|
---|
47 | /usr/lib64/VBoxOGL.so \
|
---|
48 | /usr/share/xgreeters/vbox-greeter.desktop \
|
---|
49 | /etc/X11/Xsession.d/98vboxadd-xclient \
|
---|
50 | /etc/X11/xinit.d/98vboxadd-xclient \
|
---|
51 | /etc/X11/xinit/xinitrc.d/98vboxadd-xclient.sh \
|
---|
52 | /usr/bin/VBoxRandR \
|
---|
53 | /usr/bin/VBoxClient-all \
|
---|
54 | /etc/xdg/autostart/vboxclient.desktop \
|
---|
55 | /usr/share/autostart/vboxclient.desktop \
|
---|
56 | /etc/udev/rules.d/60-vboxadd.rules \
|
---|
57 | /usr/share/xserver-xorg/pci/vboxvideo.ids \
|
---|
58 | /etc/hal/fdi/policy/90-vboxguest.fdi \
|
---|
59 | /etc/udev/rules.d/70-xorg-vboxmouse.rules \
|
---|
60 | /usr/share/hal/fdi/policy/20thirdparty/90-vboxguest.fdi \
|
---|
61 | /usr/lib/X11/xorg.conf.d/50-vboxmouse.conf \
|
---|
62 | /usr/share/X11/xorg.conf.d/50-vboxmouse.conf \
|
---|
63 | /usr/lib/dri/vboxvideo_dri.so \
|
---|
64 | /usr/lib64/dri/vboxvideo_dri.so \
|
---|
65 | /usr/lib64/xorg/modules/drivers/vboxvideo_drv.so \
|
---|
66 | /usr/lib/xorg/modules/drivers/vboxvideo_drv.so \
|
---|
67 | /usr/X11R6/lib64/modules/drivers/vboxvideo_drv.so \
|
---|
68 | /usr/X11R6/lib/modules/drivers/vboxvideo_drv.so \
|
---|
69 | /usr/X11R6/lib/X11/modules/drivers/vboxvideo_drv.so \
|
---|
70 | /usr/lib64/xorg/modules/input/vboxmouse_drv.so \
|
---|
71 | /usr/lib/xorg/modules/input/vboxmouse_drv.so \
|
---|
72 | /usr/X11R6/lib64/modules/input/vboxmouse_drv.so \
|
---|
73 | /usr/X11R6/lib/modules/input/vboxmouse_drv.so \
|
---|
74 | /usr/X11R6/lib/X11/modules/input/vboxmouse_drv.so
|
---|
75 | "
|
---|
76 |
|
---|
77 | DEFAULT_VERSIONED_FILE_NAMES=" \
|
---|
78 | /usr/src/vboxadd \
|
---|
79 | /usr/src/vboxguest \
|
---|
80 | /usr/src/vboxvfs \
|
---|
81 | /usr/src/vboxsf \
|
---|
82 | /usr/src/vboxvideo \
|
---|
83 | "
|
---|
84 |
|
---|