######################################################################
# Plamo Linux 桼ե륵ץ .bash_logout
#                             Time-stamp: <2009-07-09 12:29:45 tamuki>

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