summaryrefslogtreecommitdiff
path: root/helpers/lh_localdeb
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_localdeb')
-rwxr-xr-xhelpers/lh_localdeb10
1 files changed, 0 insertions, 10 deletions
diff --git a/helpers/lh_localdeb b/helpers/lh_localdeb
deleted file mode 100755
index 0fe71aa..0000000
--- a/helpers/lh_localdeb
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# lh_localdeb
-
-if [ `ls "${LIVE_ROOT}"/localdeb/*.deb` ]
-then
- cp "${LIVE_ROOT}"/localdeb/*.deb "${LIVE_CHROOT}"/root
- lh_chroot "dpkg -i /root/*.deb"
- rm -f "${LIVE_CHROOT}"/root/*.deb
-fi