]> git.pld-linux.org Git - packages/enlightenment.git/blob - enlightenment.RunWM
- substitute ENLIGHTENMENT_BIN in scripts/ needed
[packages/enlightenment.git] / enlightenment.RunWM
1 #!/bin/sh
2 #
3 # RunWM - this is a script used to launch window manager
4 #
5
6 if [ -x /usr/bin/enlightenment ] ; then
7         # if this works, we stop here
8         eval "exec /usr/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/bin/enlightenment
13  was not found or /usr/share/enlightenment directory is incomplete.
14 EOF
15 fi
This page took 0.06821 seconds and 3 git commands to generate.