From c6c87093d3d8857b44faa9c702b45e39c3e473c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 10 Sep 2012 23:42:19 +0200 Subject: EXPORT now knows the template we are in -- no need to pass it --- templates/iso | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'templates/iso') diff --git a/templates/iso b/templates/iso index ce3fd74..2aad3cd 100644 --- a/templates/iso +++ b/templates/iso @@ -14,4 +14,16 @@ case $ISO_TYPE in *) die "Unknown ISO_TYPE: '$ISO_TYPE'";; esac + +# wrapper phases + +iso_prepare () { + ${ISO_TYPE}_prepare +} + +iso_cleanup () { + ${ISO_TYPE}_cleanup +} + +EXPORT prepare cleanup # vim:ft=sh -- cgit v1.2.3