Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > ab2173dee9acec0882077681534bc924 > files > 43

pulseaudio-0.9.15-2.1mdv2009.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