From 5e4952e8a796851369073d47e375e97c072e040f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 22 Nov 2009 14:40:20 +0100 Subject: Adding debian version 2.0~a1-1. --- functions.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 functions.sh (limited to 'functions.sh') diff --git a/functions.sh b/functions.sh deleted file mode 100755 index 626ba3f70..000000000 --- a/functions.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -LH_BASE="${LH_BASE:-/usr/share/live-helper}" - -# Source global functions -for FUNCTION in "${LH_BASE}"/functions/*.sh -do - . "${FUNCTION}" -done - -# Source local functions -if ls scripts/functions/*.sh > /dev/null 2>&1 -then - for FUNCTION in scripts/functions/*.sh - do - . "${FUNCTION}" - done -fi -- cgit v1.2.3