From 63631975b71ac083c07fd927d0b7264af73f2e24 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:05:21 +0200 Subject: Adding live-helper 1.0~a27-1. --- helpers/lh_clean | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'helpers/lh_clean') diff --git a/helpers/lh_clean b/helpers/lh_clean index 021100f91..0858a27ad 100755 --- a/helpers/lh_clean +++ b/helpers/lh_clean @@ -43,12 +43,6 @@ do "${0}" binary "${0}" stage "${0}" source - - if [ -d chroot ] - then - mkdir -p .stage - touch .stage/bootstrap - fi ;; cache) @@ -67,13 +61,6 @@ do ${LH_ROOT_COMMAND} rm -rf chroot chroot.tmp - if [ "${PURGE}" != "true" ] && [ -d cache/stages_bootstrap ] - then - ${LH_ROOT_COMMAND} cp -a cache/stages_bootstrap chroot - mkdir -p .stage - touch .stage/bootstrap - fi - rm -f .stage/chroot* ;; @@ -92,7 +79,7 @@ do ;; purge) - PURGE="true" "${0}" all + "${0}" all "${0}" cache ;; -- cgit v1.2.3