diff options
author | Matthias Hentges <oe@hentges.net> | 2007-06-06 00:40:41 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-06-06 00:40:41 +0000 |
commit | 7351f1b47590c38ca8de2a3d4d80aadfb31eb43b (patch) | |
tree | 3a147421f7a34bfe88c9a188e4b28c6a19dd88a2 /packages/zaurusd/files | |
parent | 49540898f9f6457636a85a452a9cb1d7bc253c66 (diff) |
zaurusd: Add the bl-on/off-via-hinge scripts to zaurusd as the bl packages has been assimilated by gpe-conf
Diffstat (limited to 'packages/zaurusd/files')
-rw-r--r-- | packages/zaurusd/files/zaurus-hinge.bl-off | 10 | ||||
-rw-r--r-- | packages/zaurusd/files/zaurus-hinge.bl-on | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/zaurusd/files/zaurus-hinge.bl-off b/packages/zaurusd/files/zaurus-hinge.bl-off new file mode 100644 index 0000000000..888f90bfc5 --- /dev/null +++ b/packages/zaurusd/files/zaurus-hinge.bl-off @@ -0,0 +1,10 @@ +#! /bin/sh +# +# Copyright Matthias Hentges <devel@hentges.net> (c) 2006 +# License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license) +# +# Filename: zaurus-hinge.bl-off +# Date: 04-Jun-06 + +test -z "${ZD_BINDIR}" && ZD_BINDIR="/usr/bin" +${ZD_BINDIR}/bl off diff --git a/packages/zaurusd/files/zaurus-hinge.bl-on b/packages/zaurusd/files/zaurus-hinge.bl-on new file mode 100644 index 0000000000..6d416ad8c4 --- /dev/null +++ b/packages/zaurusd/files/zaurus-hinge.bl-on @@ -0,0 +1,10 @@ +#! /bin/sh +# +# Copyright Matthias Hentges <devel@hentges.net> (c) 2006 +# License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license) +# +# Filename: zaurus-hinge.bl-on +# Date: 04-Jun-06 + +test -z "${ZD_BINDIR}" && ZD_BINDIR="/usr/bin" +${ZD_BINDIR}/bl on |