summaryrefslogtreecommitdiff
path: root/packages/gpe-session-scripts/files/zaurus.sh
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-08-20 07:45:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-20 07:45:31 +0000
commit3379fc0e5603612de28e61dc4bf38f4a57ee731f (patch)
tree01d4a9f62a13b446d8e25dec03ee9e8fc1d8bd2c /packages/gpe-session-scripts/files/zaurus.sh
parente3c6bbaf268d45fdbd078d98ef1ed38c09392b0b (diff)
Move X scripts which are not GPE specific out of gpe-dm and gpe-session-scripts and into x11-common
For now I have added patches to the makefiles to stop installing of these files but they should be removed from those packagse eventually I have also added all of these small scripts to OE but these should probably be tarballed somewhere gpe-dm and gpe-session-scripts now depend on the new x11-common package Change entrance to depend on the new package
Diffstat (limited to 'packages/gpe-session-scripts/files/zaurus.sh')
-rw-r--r--packages/gpe-session-scripts/files/zaurus.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/gpe-session-scripts/files/zaurus.sh b/packages/gpe-session-scripts/files/zaurus.sh
deleted file mode 100644
index 61ca84b595..0000000000
--- a/packages/gpe-session-scripts/files/zaurus.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-if [ -z "`which chkhinge`" ]; then
- # probably not a clamshell zaurus
- exit 0
-fi
-
-chkhinge -e
-if [ $? = 12 ]; then
- xrandr -o right
-fi
-