summaryrefslogtreecommitdiffstats
path: root/desktop/ion-3ds/xinitrc.ion
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 17:59:06 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 17:59:06 +0200
commit7f4d21a3d102c182a4851db69d60792a41410dba (patch)
tree24ecff17bf115671be0b23c9b52c00fd7f763db6 /desktop/ion-3ds/xinitrc.ion
parent5bef9072af8236d497e56cbc54b4abf2676d6af7 (diff)
downloadslackbuilds-7f4d21a3d102c182a4851db69d60792a41410dba.tar.gz
slackbuilds-7f4d21a3d102c182a4851db69d60792a41410dba.tar.xz
desktop/ion-3ds: Removed from 12.0 repository
Diffstat (limited to '')
-rw-r--r--desktop/ion-3ds/xinitrc.ion14
1 files changed, 0 insertions, 14 deletions
diff --git a/desktop/ion-3ds/xinitrc.ion b/desktop/ion-3ds/xinitrc.ion
deleted file mode 100644
index 2520ecb720..0000000000
--- a/desktop/ion-3ds/xinitrc.ion
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-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
-test -f $sysresources && xrdb -merge $sysresources
-test -f $sysmodmap && xmodmap $sysmodmap
-test -f $userresources && xrdb -merge $userresources
-test -f $usermodmap && xmodmap $usermodmap
-
-exec ion3