From 9173bc6eb7cf9ddb1231b770106418fa06bea799 Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Tue, 6 Jun 2006 07:13:37 +0000 Subject: bl: Add native support for zaurusd and APM --- packages/bl/files/zaurus-hinge.bl-off | 10 ++++++++++ packages/bl/files/zaurus-hinge.bl-on | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 packages/bl/files/zaurus-hinge.bl-off create mode 100644 packages/bl/files/zaurus-hinge.bl-on (limited to 'packages/bl/files') diff --git a/packages/bl/files/zaurus-hinge.bl-off b/packages/bl/files/zaurus-hinge.bl-off new file mode 100644 index 0000000000..888f90bfc5 --- /dev/null +++ b/packages/bl/files/zaurus-hinge.bl-off @@ -0,0 +1,10 @@ +#! /bin/sh +# +# Copyright Matthias Hentges (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/bl/files/zaurus-hinge.bl-on b/packages/bl/files/zaurus-hinge.bl-on new file mode 100644 index 0000000000..6d416ad8c4 --- /dev/null +++ b/packages/bl/files/zaurus-hinge.bl-on @@ -0,0 +1,10 @@ +#! /bin/sh +# +# Copyright Matthias Hentges (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 -- cgit v1.2.3