diff options
Diffstat (limited to 'base/dbus/80-dbus')
-rw-r--r-- | base/dbus/80-dbus | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/base/dbus/80-dbus b/base/dbus/80-dbus deleted file mode 100644 index 676d99551..000000000 --- a/base/dbus/80-dbus +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# launches a session dbus instance - -dbuslaunch="`which dbus-launch 2>/dev/null`" -if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then - if [ -n "$command" ]; then - command="$dbuslaunch --exit-with-session $command" - else - eval `$dbuslaunch --sh-syntax --exit-with-session` - fi -fi |