diff options
Diffstat (limited to 'recipes/bl/files/zaurus-hinge.bl-on')
-rw-r--r-- | recipes/bl/files/zaurus-hinge.bl-on | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/bl/files/zaurus-hinge.bl-on b/recipes/bl/files/zaurus-hinge.bl-on new file mode 100644 index 0000000000..6d416ad8c4 --- /dev/null +++ b/recipes/bl/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 |