summaryrefslogtreecommitdiff
path: root/extra/pulseaudio/pulseaudio.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-02 00:05:43 -0700
committerroot <root@rshg054.dnsready.net>2013-04-02 00:05:43 -0700
commitc9738c6a1d438f30dfa7363aa847343754f953ac (patch)
tree4922cc79f6695dbe35bdc4ce2c44a7a8d93cf053 /extra/pulseaudio/pulseaudio.install
parentc623429f33c434cb1cb11974d9e71f48dd5a881f (diff)
Tue Apr 2 00:05:43 PDT 2013
Diffstat (limited to 'extra/pulseaudio/pulseaudio.install')
-rwxr-xr-xextra/pulseaudio/pulseaudio.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/pulseaudio/pulseaudio.install b/extra/pulseaudio/pulseaudio.install
index 0e599b856..9de8b0e8f 100755
--- a/extra/pulseaudio/pulseaudio.install
+++ b/extra/pulseaudio/pulseaudio.install
@@ -20,6 +20,15 @@ post_upgrade() {
with changes to the packaged files in /etc/pulse/. Otherwise, PulseAudio
may refuse to start due to configuration errors.
MES
+ if (( $(vercmp $2 3.0-3) < 0 )); then
+ cat << MES
+
+>>> Autospawn is now disabled by default. If you need to run PulseAudio outside
+ of an X session, either:
+ - Enable autospawn in client.conf, or
+ - Start it manually by executing 'pulseaudio --start'
+MES
+ fi
}
# vim:set ts=2 sw=2 et: