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
CommitLineData
4888efc2
VM
1#!/bin/sh
2
3if [ -x /usr/bin/dbus-launch ]
4then
5 eval `dbus-launch --sh-syntax --exit-with-session`
6 export DBUS_SESSION_BUS_ADDRESS
7 export DBUS_SESSION_BUS_PID
8fi