37c2dfb
#!/bin/sh
37c2dfb
if [ -x /usr/lib*/alsa-lib/libasound_module_pcm_pulse.so ] && [ -x "/usr/bin/padsp" ] ; then
37c2dfb
    echo "Running padsp as pulseaudio wrapper for wine"
9cf4848
    exec padsp -n Wine -- /usr/bin/wine_bin "$@"
37c2dfb
else
37c2dfb
    exec /usr/bin/wine_bin "$@"
37c2dfb
fi