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