Changeset 18907 in vbox for trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
- Timestamp:
- Apr 15, 2009 3:22:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r18657 r18907 213 213 rm -f $vboxadditions_path/$xorgconf_unfit 214 214 fi 215 216 $vboxadditions_path/x11config.pl 215 case "$xorgversion" in 216 7.1.* | 7.2.* | 6.9.* | 7.0.* | 1.3.* ) 217 $vboxadditions_path/x11config.pl 218 ;; 219 1.5.* ) 220 $vboxadditions_path/x11config15sol.pl 221 ;; 222 esac 217 223 fi 218 224
Note:
See TracChangeset
for help on using the changeset viewer.