summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_gconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_gconf b/dh_gconf
index 33d83947..4e34cbd9 100755
--- a/dh_gconf
+++ b/dh_gconf
@@ -45,7 +45,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
if (-d "$new_schemas_dir") {
# Get a list of the schemas
- my $schemas = `find $new_schemas_dir -type f -name \*.schemas -printf '%P '`;
+ my $schemas = `find $new_schemas_dir -type f -name \\*.schemas -printf '%P '`;
if ($schemas ne '') {
autoscript($package,"postinst","postinst-gconf","s%#SCHEMAS#%$schemas%");
autoscript($package,"prerm","prerm-gconf","s%#SCHEMAS#%$schemas%");