Searched refs:vboxclient_dest (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/solaris/Installer/
H A Dpostinstall.sh272 vboxclient_dest="/usr/share/gnome/autostart"
274 if test -d "$vboxclient_dest"; then
275 /usr/sbin/installf -c none $PKGINST $vboxclient_dest/vboxclient.desktop=$vboxadditions_path/vboxclient.desktop s
278 vboxclient_dest="/usr/dt/config/Xsession.d"
279 if test -d "$vboxclient_dest"; then
280 /usr/sbin/installf -c none $PKGINST $vboxclient_dest/1099.vboxclient=$vboxadditions_path/1099.vboxclient s
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

Completed in 52 milliseconds