Changeset 7906 in vbox for trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
- Timestamp:
- Apr 11, 2008 11:24:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r7886 r7906 84 84 85 85 # Some distros like Indiana have no xorg.conf, deal with this 86 if ! (test -f '/etc/X11/xorg.conf' -o -f '/etc/X11/.xorg.conf'); then86 if test ! -f '/etc/X11/xorg.conf' && test ! -f '/etc/X11/.xorg.conf'; then 87 87 mv -f $vboxadditions_path/solaris_xorg.conf /etc/X11/.xorg.conf 88 88 fi
Note:
See TracChangeset
for help on using the changeset viewer.