]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installemacsen
dh_installudev transition
[debhelper.git] / dh_installemacsen
index a9227ac204f25174d1c3019c792a58de9afe3ba3..d8fa65741932257999d8f325f44a4caa184f0dd0 100755 (executable)
@@ -53,13 +53,15 @@ Sets the flavor a site-start.d file will be installed in. Default is
 
 =head1 NOTES
 
-Note that this command is not idempotent. "dh_clean -k" should be called
+Note that this command is not idempotent. L<dh_prep(1)> should be called
 between invocations of this command. Otherwise, it may cause multiple
 instances of the same text to be added to maintainer scripts.
 
 =cut
 
-init();
+init(options => {
+       "flavor=s" => \$dh{FLAVOR},
+});
 
 if (! defined $dh{PRIORITY}) {
        $dh{PRIORITY}=50;