Changeset 61090 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- May 20, 2016 10:06:14 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r60943 r61090 215 215 # Install the guest OpenGL drivers. For now we don't support 216 216 # multi-architecture installations 217 if /usr/bin/VBoxClient --check3d ; then217 if /usr/bin/VBoxClient --check3d 2>/dev/null; then 218 218 rm -f /var/lib/VBoxGuestAdditions/lib/system/tmp.so 219 219 mkdir -m 0755 -p /var/lib/VBoxGuestAdditions/lib/system
Note:
See TracChangeset
for help on using the changeset viewer.