From c2bfdd21fc644834f25a8ec8846b66a86b50514b Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 17:59:12 +0200 Subject: libraries/matchbox-window-manager: Removed from 12.0 repository --- libraries/matchbox-window-manager/xinitrc.matchbox | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 libraries/matchbox-window-manager/xinitrc.matchbox (limited to 'libraries/matchbox-window-manager/xinitrc.matchbox') 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 -- cgit v1.2.3-80-g2a13