Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > e67bf10180fda70307a95170759ed39d > files > 21

icewm-1.3.7-14.mga5.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