diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 17:59:12 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 17:59:12 +0200 |
commit | c2bfdd21fc644834f25a8ec8846b66a86b50514b (patch) | |
tree | f31cbdd7ab028d8cc21df436e2c1479e958a9068 /libraries/matchbox-window-manager/xinitrc.matchbox | |
parent | 83caa2ae519b782e22eda3504067bb9615f9cd36 (diff) | |
download | slackbuilds-c2bfdd21fc644834f25a8ec8846b66a86b50514b.tar.gz slackbuilds-c2bfdd21fc644834f25a8ec8846b66a86b50514b.tar.xz |
libraries/matchbox-window-manager: Removed from 12.0 repository
Diffstat (limited to '')
-rw-r--r-- | libraries/matchbox-window-manager/xinitrc.matchbox | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/libraries/matchbox-window-manager/xinitrc.matchbox b/libraries/matchbox-window-manager/xinitrc.matchbox deleted file mode 100644 index 29f84e56da..0000000000 --- a/libraries/matchbox-window-manager/xinitrc.matchbox +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh -# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ - -userresources=$HOME/.Xresources -usermodmap=$HOME/.Xmodmap -sysresources=/usr/X11R6/lib/X11/xinit/.Xresources -sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap - -# merge in defaults and keymaps - -if [ -f $sysresources ]; then - /usr/X11R6/bin/xrdb -merge $sysresources -fi - -if [ -f $sysmodmap ]; then - /usr/X11R6/bin/xmodmap $sysmodmap -fi - -if [ -f $userresources ]; then - /usr/X11R6/bin/xrdb -merge $userresources -fi - -if [ -f $usermodmap ]; then - /usr/X11R6/bin/xmodmap $usermodmap -fi - -# start Matchbox -if [ -x /usr/bin/matchbox-session ]; then - matchbox-session -else - xterm & - matchbox-window-manager -fi |