summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/x11/x11-common/etc/X11/Xinit.d/11zaurus
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/x11/x11-common/etc/X11/Xinit.d/11zaurus')
-rw-r--r--openembedded/packages/x11/x11-common/etc/X11/Xinit.d/11zaurus12
1 files changed, 0 insertions, 12 deletions
diff --git a/openembedded/packages/x11/x11-common/etc/X11/Xinit.d/11zaurus b/openembedded/packages/x11/x11-common/etc/X11/Xinit.d/11zaurus
deleted file mode 100644
index 61ca84b595..0000000000
--- a/openembedded/packages/x11/x11-common/etc/X11/Xinit.d/11zaurus
+++ /dev/null
@@ -1,12 +0,0 @@
1#!/bin/sh
2
3if [ -z "`which chkhinge`" ]; then
4 # probably not a clamshell zaurus
5 exit 0
6fi
7
8chkhinge -e
9if [ $? = 12 ]; then
10 xrandr -o right
11fi
12