]> git.pld-linux.org Git - packages/e16.git/blob - enlightenment.RunWM
- massive attack s/pld.org.pl/pld-linux.org/
[packages/e16.git] / enlightenment.RunWM
1 #!/bin/sh
2 #
3 # RunWM - this is a script used to launch window manager
4 #
5
6 if [ -x /usr/X11R6/bin/enlightenment ] ; then
7         # if this works, we stop here
8         eval "exec /usr/X11R6/bin/enlightenment"
9 else
10         cat <<EOF
11  WARNING: You selected Enlightenment as your window manager, but your installation
12  of AfterStep does not appear to be functional. Either /usr/X11R6/bin/enlightenment
13  was not found or /usr/share/enlightenment directory is incomplete.
14 EOF
15 fi
This page took 0.080877 seconds and 3 git commands to generate.