Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 1d78626652d953bdf9465d41598d1776 > files > 26

icewm-1.3.3-7.mga1.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