diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-05-17 11:05:45 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-05-17 11:05:45 +0000 |
commit | d7da261f228a694699f9ef66a1d5a200a335a141 (patch) | |
tree | db1a2b6caf641a4ba3cab14b770d0cf92630f7d6 /packages/freesmartphone/zhone | |
parent | fa719019d592dd4724f1bea024131e7524d9d44e (diff) |
freesmartphone: add a fso-image and fix bb-files
Diffstat (limited to 'packages/freesmartphone/zhone')
-rw-r--r-- | packages/freesmartphone/zhone/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/freesmartphone/zhone/80zhone | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/packages/freesmartphone/zhone/.mtn2git_empty b/packages/freesmartphone/zhone/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/freesmartphone/zhone/.mtn2git_empty diff --git a/packages/freesmartphone/zhone/80zhone b/packages/freesmartphone/zhone/80zhone new file mode 100644 index 0000000000..4a698007b8 --- /dev/null +++ b/packages/freesmartphone/zhone/80zhone @@ -0,0 +1,4 @@ +#!/bin/sh -e +zhone --fullscreen > /dev/null 2>&1 & +renice -3 $! +exit 0 |