From 06656328f5198a97442846856ff4caab8c0e5668 Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 24 Aug 2001 22:38:39 +0000 Subject: [PATCH] Removed some unneccessay logic, and scripts tells when complete. --- yard/scripts/make_debian | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/yard/scripts/make_debian b/yard/scripts/make_debian index c79c26e..983a1aa 100755 --- a/yard/scripts/make_debian +++ b/yard/scripts/make_debian @@ -352,6 +352,7 @@ foreach (@alternatives) { } close(DEBIAN); +print "All done making your $debian_yard template.\n"; ######################### # END TEMPLATE CREATION # @@ -575,6 +576,8 @@ sub home_builder { } # end home_builder +# The least important function, +# so therefore probably the most important function. sub start_up { # existence of dpkg @@ -641,10 +644,6 @@ sub start_up { "Please install it first.\n"; } } - else { - die "The script requires that file-rc be installed. " . - "Please install it first.\n"; - } } close(DPKG);