summaryrefslogtreecommitdiff
path: root/dh_installdebconf
diff options
context:
space:
mode:
authorjoey <joey>2002-11-15 20:36:06 +0000
committerjoey <joey>2002-11-15 20:36:06 +0000
commitaa763af651938c335925cf97054c5411cc489625 (patch)
treee66772b90d89d0007f94da5197ff294e4225f0d1 /dh_installdebconf
parent7bf320dd5c5f4995c4a03d3c14c8d70d5443480e (diff)
r564: * Still run potodebconf after warning about templates.ll files.
Diffstat (limited to 'dh_installdebconf')
-rwxr-xr-xdh_installdebconf4
1 files changed, 1 insertions, 3 deletions
diff --git a/dh_installdebconf b/dh_installdebconf
index b11ca7d8..2e22474d 100755
--- a/dh_installdebconf
+++ b/dh_installdebconf
@@ -97,9 +97,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
if (@trans) {
warning "ignoring debian/templates.ll files in favour of debian/po directory";
}
- else {
- complex_doit("po2debconf @extraparams $templates > $tmp/DEBIAN/templates");
- }
+ complex_doit("po2debconf @extraparams $templates > $tmp/DEBIAN/templates");
}
elsif (@trans) {
complex_doit("debconf-mergetemplate --drop-old-templates @extraparams @trans $templates > $tmp/DEBIAN/templates");