#!/bin/sh

if [ x"$PKG_CONFIG" = x ]; then
    PKG_CONFIG="pkg-config"
fi

"$PKG_CONFIG" libpulse-simple "$@"
