######################################################################
# Plamo Linux 桼ե륵ץ .logout
#                             Time-stamp: <2009-07-09 12:25:38 tamuki>

# esd: ɥФλޤ
if ( $SHLVL == 1 ) then
  if ( `w -h $USER | wc -l` == 1 ) then
    if ( -x /usr/bin/esd ) then
      killall esd >& /dev/null
    endif
  endif
endif
