summaryrefslogtreecommitdiff
path: root/packages/multitap-pad/files/80multitappad
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-04-28 14:28:46 +0000
committerHolger Freyther <zecke@selfish.org>2008-04-28 14:28:46 +0000
commit24dc77b97b4c9a2a3d05078e81d9cab8d64a1809 (patch)
tree7b82fc4de804b1753be70c0c42c90aa83fc59938 /packages/multitap-pad/files/80multitappad
parentb2a22aee1c2b8ad06911c95d58e342dc2f321e0a (diff)
mtn diff -r 3e22c6ee5af012d09e9027c2ade50920300fb0f2 -r 60d4d904e10f8212b1c2242377b31ccc2e29e374 | patch -R -p0 --remove-empty-files
disapprove for the poor and "mtn suspend"-les people
Diffstat (limited to 'packages/multitap-pad/files/80multitappad')
-rw-r--r--packages/multitap-pad/files/80multitappad20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/multitap-pad/files/80multitappad b/packages/multitap-pad/files/80multitappad
deleted file mode 100644
index d2b12ea7cc..0000000000
--- a/packages/multitap-pad/files/80multitappad
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-CMD=""
-
-if [ "$DISPLAY_CAN_ROTATE" = "1" ]; then
- if [ "$HAVE_KEYBOARD_PORTRAIT" = "1" -a "$HAVE_KEYBOARD_LANDSCAPE" = "0" ]; then
- CMD="multitap-pad -d -o landscape"
- elif [ "$HAVE_KEYBOARD_LANDSCAPE" = "1" -a "$HAVE_KEYBOARD_PORTRAIT" = "0" ]; then
- CMD="multitap-pad -d -o portrait"
- fi
-else
- CMD="multitap-pad -d"
-fi
-
-
-# Delay to make sure the window manager is active
-
-if [ "$CMD" ]; then
- (sleep 2 && $CMD) &
-fi