diff options
author | piernov <piernov@piernov.org> | 2011-09-26 16:09:31 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-26 16:09:31 +0200 |
commit | 996fd91a79cabeb3b90fe32ae4cf706eb00cf8be (patch) | |
tree | 9365d2577106e66285e81fa806d8f8b412a6f40c /pulseaudio/pulseaudio.xinit | |
parent | 1fc409d804926214ce3a3fd93fc44b5bef3579d5 (diff) | |
download | gnome3-996fd91a79cabeb3b90fe32ae4cf706eb00cf8be.tar.gz gnome3-996fd91a79cabeb3b90fe32ae4cf706eb00cf8be.tar.bz2 gnome3-996fd91a79cabeb3b90fe32ae4cf706eb00cf8be.tar.xz gnome3-996fd91a79cabeb3b90fe32ae4cf706eb00cf8be.zip |
pulseaudio 0.99.4-1 dans extra
Diffstat (limited to 'pulseaudio/pulseaudio.xinit')
-rw-r--r-- | pulseaudio/pulseaudio.xinit | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pulseaudio/pulseaudio.xinit b/pulseaudio/pulseaudio.xinit deleted file mode 100644 index b2ce715..0000000 --- a/pulseaudio/pulseaudio.xinit +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# to be sourced - -case "$SESSION" in - GNOME|KDE*|xfce4) - # XDG is supported so we don't need to do anything. - # as XDG Autostart will "just work"(tm) - ;; - *) - /usr/bin/start-pulseaudio-x11 - ;; -esac |