Added pulseaudio-0.9.21 build template.

This commit is contained in:
Juan RP
2010-11-20 00:10:49 +01:00
parent c5fed528e9
commit ffde65e31f
9 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
case "$SESSION" in
GNOME|KDE*|xfce4) # PulseAudio is started via XDG Autostart
;;
*) /usr/bin/start-pulseaudio-x11 ;;
esac