#!/bin/sh
if [[ ! -d /run/dbus ]] ; then
    install -m755 -g 81 -o 81 -d /run/dbus
fi