VirtualBox

source: vbox/trunk/src/VBox/Additions/linux/installer/deffiles@ 32394

Last change on this file since 32394 was 32394, checked in by vboxsync, 14 years ago

more branding and header fixes

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette