Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 79c752416edb6327aa5563e4fbcfe5a6 > files > 20

icewm-1.2.20-4mdk.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/X11R6/bin/icewm-desktop ];then
  /usr/X11R6/bin/icewm-desktop
else
  /usr/X11R6/bin/icewm-session
fi