]> git.pld-linux.org Git - packages/WindowMaker.git/blame_incremental - WindowMaker.RunWM
- added pl.po fragments
[packages/WindowMaker.git] / WindowMaker.RunWM
... / ...
CommitLineData
1#!/bin/sh
2#
3# RunWM - this is a script used to launch window manager
4#
5
6if [ -x /usr/bin/wmaker ] ; then
7 eval "exec /usr/bin/wmaker"
8else
9cat <<EOF
10 WARNING: You selected WindowMaker as your window manager, but your
11 installation of WindowMaker does not appear to be functional. Either
12 /usr/bin/wmaker was not found or /usr/share/WindowMaker directory
13 is missing.
14EOF
15fi
This page took 0.021352 seconds and 4 git commands to generate.