From cf53392616135a0b0984228b8d76be7658d1b5a1 Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Sun, 19 Oct 2008 16:58:16 +0100
Subject: Setup cleanup hook in the high-level helpers.
---
helpers/lh_binary | 3 +++
helpers/lh_bootstrap | 3 +++
helpers/lh_chroot | 3 +++
helpers/lh_source | 3 +++
4 files changed, 12 insertions(+)
diff --git a/helpers/lh_binary b/helpers/lh_binary
index 41d111c..701db6d 100755
--- a/helpers/lh_binary
+++ b/helpers/lh_binary
@@ -28,6 +28,9 @@ Arguments "${@}"
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
+# Setup cleanup function
+Setup_cleanup
+
# Preparing root filesystem
lh_binary_chroot ${*}
diff --git a/helpers/lh_bootstrap b/helpers/lh_bootstrap
index f0277d8..0713904 100755
--- a/helpers/lh_bootstrap
+++ b/helpers/lh_bootstrap
@@ -28,6 +28,9 @@ Arguments "${@}"
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
+# Setup cleanup function
+Setup_cleanup
+
# Bootstrapping system
lh_bootstrap_cache restore ${*}
lh_bootstrap_copy ${*}
diff --git a/helpers/lh_chroot b/helpers/lh_chroot
index 81681c3..abe3d99 100755
--- a/helpers/lh_chroot
+++ b/helpers/lh_chroot
@@ -28,6 +28,9 @@ Arguments "${@}"
Read_conffile config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
+# Setup cleanup function
+Setup_cleanup
+
# Configuring chroot
lh_chroot_cache restore ${*}
lh_chroot_devpts install ${*}
diff --git a/helpers/lh_source b/helpers/lh_source
index df7cffe..1982e4a 100755
--- a/helpers/lh_source
+++ b/helpers/lh_source
@@ -30,6 +30,9 @@ Set_defaults
Require_stagefile .stage/chroot_install-packages
+# Setup cleanup function
+Setup_cleanup
+
# Enabling network in chroot
lh_chroot_hosts install ${*}
lh_chroot_resolv install ${*}
--
cgit v1.0