summaryrefslogtreecommitdiff
path: root/dh_installdebconf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdebconf')
-rwxr-xr-xdh_installdebconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installdebconf b/dh_installdebconf
index ccf3074a..f491e295 100755
--- a/dh_installdebconf
+++ b/dh_installdebconf
@@ -21,7 +21,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
if ($templates ne '') {
# Are there translated templates too?
- my @trans=glob("$templates.??");
+ my @trans=(glob("$templates.??"), glob("$templates.??_??"));
if (@trans) {
complex_doit("debconf-mergetemplate @trans $templates > $TMP/DEBIAN/templates");
chmod 0644, "$TMP/DEBIAN/templates";