Renaming functions.sh to live-helper.sh.

This commit is contained in:
Daniel Baumann 2009-11-15 21:34:17 +01:00
parent a62f12110b
commit 5107fd236f
79 changed files with 80 additions and 80 deletions

View File

@ -8,7 +8,7 @@ all: test install
test:
# Checking for syntax errors
for SCRIPT in functions.sh functions/* examples/*/*.sh helpers/* hooks/*; \
for SCRIPT in live-helper.sh functions/* examples/*/*.sh helpers/* hooks/*; \
do \
sh -n $$SCRIPT; \
done
@ -16,7 +16,7 @@ test:
# Checking for bashisms
if [ -x /usr/bin/checkbashisms ]; \
then \
checkbashisms functions.sh functions/* examples/*/*.sh helpers/* hooks/*; \
checkbashisms live-helper.sh functions/* examples/*/*.sh helpers/* hooks/*; \
else \
echo "WARNING: skipping bashism test - you need to install devscripts."; \
fi
@ -31,7 +31,7 @@ install:
# Installing shared data
mkdir -p $(DESTDIR)/usr/share/live-helper
cp -r data examples functions.sh functions hooks includes lists templates $(DESTDIR)/usr/share/live-helper
cp -r data examples live-helper.sh functions hooks includes lists templates $(DESTDIR)/usr/share/live-helper
# Installing documentation
mkdir -p $(DESTDIR)/usr/share/doc/live-helper

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'utility to build Debian Live systems')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build binary images')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'copy chroot into chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'install debian-installer into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'install disk information into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'encrypts rootfs')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'installs grub into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'installs grub2 into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'copy files into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build iso binary image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'install linux-image into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'execute local hooks in binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'copy files into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'install local packages into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'create manifest')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'create binary md5sums')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'installs a memtest into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build netboot binary image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build rootfs image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'installs silo into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'installs syslinux into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build harddisk binary image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build binary image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build binary image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'copy win32-loader into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'installs yaboot into binary')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'bootstrap a Debian system')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'cache bootstrap stage')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'bootstrap a Debian system with cdebootstrap(1)')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'bootstrap by copying the host system')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'bootstrap a Debian system with debootstrap(8)')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Read meta config
if [ "${1}" != "noautoconfig" ] && [ -x scripts/build ]

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'customize the Debian system')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'manage /etc/apt/apt.conf')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'cache chroot stage')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'manage /etc/debian_chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'mount /dev/pts')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'manage /sbin/dpkg')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'execute hacks in chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'execute hooks in chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'manage /bin/hostname')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'manage /etc/hosts')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'install queued packages into chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'make build interactive')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'manage /etc/kernel-img.conf')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'execute local hooks in chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'copy local files into chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'queue install of local packages into chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'apply local patches against chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'execute local preseed in chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'install localization packages into chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'queue install of packages into chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'queue install of packages lists into chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'execute preseed in chroot')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'mount /proc')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'manage /etc/resolv.conf')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'mount /selinux')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'manage /etc/apt/sources.list')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'convert symlinks')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'mount /sys')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'manage /usr/sbin/policy-rc.d')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'configure sysvinit')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'install tasks into chroot')"

View File

@ -21,7 +21,7 @@ then
fi
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'clean up system build directories')"

View File

@ -21,7 +21,7 @@ then
fi
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
SYSTEM_LH_CONFFILE="/etc/default/live-helper"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build source images')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'debian sources')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'copy debian-live config into source')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'install disk information into source')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build iso source image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'create source md5sums')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build source net image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build source tarball')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build source image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'build source image')"

View File

@ -10,7 +10,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
# Setting static variables
DESCRIPTION="$(Echo 'ensure that a system is built as root')"

View File

@ -22,7 +22,7 @@
set -e
# Including common functions
. "${LH_BASE:-/usr/share/live-helper}"/functions.sh
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
if [ -x "$(which man 2>/dev/null)" ]
then