#!/bin/sh
set -e

#DEBHELPER#

if [ "$1" = "configure" ]; then
    systemctl reload dbus
fi
