######################################################################
# Plamo Linux 桼ե륵ץ .zlogout
#                             Time-stamp: <2009-07-09 12:28:02 tamuki>

# pulseaudio: ɥФλޤ
if [ $SHLVL -eq 1 ] ; then
  if [ `w -h $USER | wc -l` -eq 1 ] ; then
    if [ -x /usr/bin/pulseaudio -a -x /usr/bin/dbus-daemon ] ; then
      killall pulseaudio dbus-daemon &> /dev/null
    fi
  fi
fi
