summaryrefslogtreecommitdiff
path: root/dh_gconf
diff options
context:
space:
mode:
Diffstat (limited to 'dh_gconf')
-rwxr-xr-xdh_gconf4
1 files changed, 3 insertions, 1 deletions
diff --git a/dh_gconf b/dh_gconf
index 74c04a35..1860085e 100755
--- a/dh_gconf
+++ b/dh_gconf
@@ -54,7 +54,9 @@ packages (B<90>).
=cut
-init();
+init(options => {
+ "priority=s" => \$dh{PRIORITY},
+});
my $priority=10;
if (defined $dh{PRIORITY}) {