mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
Removed some unneccessay logic, and scripts tells when complete.
This commit is contained in:
parent
01cb23d3d7
commit
06656328f5
@ -352,6 +352,7 @@ foreach (@alternatives) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
close(DEBIAN);
|
close(DEBIAN);
|
||||||
|
print "All done making your $debian_yard template.\n";
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
# END TEMPLATE CREATION #
|
# END TEMPLATE CREATION #
|
||||||
@ -575,6 +576,8 @@ sub home_builder {
|
|||||||
|
|
||||||
} # end home_builder
|
} # end home_builder
|
||||||
|
|
||||||
|
# The least important function,
|
||||||
|
# so therefore probably the most important function.
|
||||||
sub start_up {
|
sub start_up {
|
||||||
|
|
||||||
# existence of dpkg
|
# existence of dpkg
|
||||||
@ -641,10 +644,6 @@ sub start_up {
|
|||||||
"Please install it first.\n";
|
"Please install it first.\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
die "The script requires that file-rc be installed. " .
|
|
||||||
"Please install it first.\n";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
close(DPKG);
|
close(DPKG);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user