#!/bin/sh
[ -x /usr/bin/mpc -a -n "$(pidof mpd)" ] && exec /usr/bin/mpc update
