Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > media > main-release-src > by-pkgid > f6e56d979a55fda140f41a65b46d4fbd > files > 11

pulseaudio-0.9.15-2mdv2009.1.src.rpm

#!/bin/sh
# to be sourced

case "$SESSION" in
	GNOME|KDE*)
		# XDG is supported so we don't need to do anything.
		# as XDG Autostart will "just work"(tm)
		;;
	*)
		/usr/bin/start-pulseaudio-x11
		;;
esac