sebastid@s186b:~$ /usr/sbin/chksession -x=Enlightenment
#!/bin/sh

[ -f $HOME ] || {
/usr/bin/enlightenment.install
}
exec /usr/bin/enlightenment

--

Can anyone tell me what the use of this is? [ -f $HOME ] will ALWAYS
return false.

seb


Reply via email to