#!/bin/sh

if /etc/rc.d/init.d/pbbuttonsd status 2>&1 > /dev/null ; then
    if [ -x /usr/bin/gtkpbbuttons ] ; then
        /usr/bin/gtkpbbuttons &
    fi
fi
