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
+4
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);