Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 7234309d12ad5a49314ad306afa4adaf > files > 24

icewm-1.3.1-1mdv2008.0.src.rpm

#!/bin/bash
# JMD: add icewm-desktop so that icewm can be integrated with rox, dfm,
# or another program that adds icons to the desktop
if [ -e /usr/bin/icewm-desktop ];then
  /usr/bin/icewm-desktop
else
  /usr/bin/icewm-session
fi