CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dillo: fixed AR usage and added ssl support (https)
[attic/ports/opt-cross.git] / dbus / 30-dbus.launch
1 #!/bin/sh
2
3 if [ -x /usr/bin/dbus-launch ]
4 then
5 eval `dbus-launch --sh-syntax --exit-with-session`
6 export DBUS_SESSION_BUS_ADDRESS
7 export DBUS_SESSION_BUS_PID
8 fi