1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 08:33:24 -05:00

This adds info/*.templates which allows debconf to work properly.

This commit is contained in:
freesource 2001-09-16 04:35:42 +00:00
parent 03b25e93cd
commit 8eee413251

View File

@ -534,6 +534,10 @@ foreach my $rp (@required_packages) {
if (-f "$info/$rp.config") {
push(@info,"$info/$rp.config\n");
}
if (-f "$info/$rp.templates") {
push(@info,"$info/$rp.templates\n");
}
}
close(DIVERT);