Changeset 29664 in vbox
- Timestamp:
- May 19, 2010 2:56:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r28800 r29664 281 281 clientinstalled=1 282 282 fi 283 284 # Try other autostart locations if none of the above ones work 283 285 if test $clientinstalled -eq 0; then 284 echo "*** Failed to configure client, couldn't find any autostart directory!" 285 # Exit as partially failed installation 286 retval=2 286 vboxclient_dest="/etc/xdg/autostart" 287 if test -d "$vboxclient_dest"; then 288 /usr/sbin/installf -c none $PKGINST $vboxclient_dest/1099.vboxclient=$vboxadditions_path/1099.vboxclient s 289 clientinstalled=1 290 else 291 echo "*** Failed to configure client, couldn't find any autostart directory!" 292 # Exit as partially failed installation 293 retval=2 294 fi 287 295 fi 288 296 else
Note:
See TracChangeset
for help on using the changeset viewer.