Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 20ca82b6379a716c91b2da845047e256 > files > 22

icewm-1.2.26-5mdv2007.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