X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installwm;h=31ce63c604733069bff7c9767182613a504b5295;hb=d2066487dd3bdeb8bfbb8d29d16b3f79537b9962;hp=6199c0ac9a0de5ea09eb7a21604dc5e55c812c5b;hpb=23a8188b668fbbdd8e84260040e276a6ef3a879c;p=debhelper.git diff --git a/dh_installwm b/dh_installwm index 6199c0a..31ce63c 100755 --- a/dh_installwm +++ b/dh_installwm @@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS - dh_installwm [debhelper options] [-n] [--priority=n] [wm ...] +B [S>] [B<-n>] [B<--priority=>I] [S>] =head1 DESCRIPTION @@ -83,7 +83,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { push @wm, @ARGV; } - if (@wm && ! $dh{NOSCRIPTS}) { + if (! $dh{NOSCRIPTS}) { foreach (@wm) { autoscript($package,"postinst","postinst-wm","s:#WM#:$_:;s/#PRIORITY#/$dh{PRIORITY}/",); autoscript($package,"prerm","prerm-wm","s:#WM#:$_:"); @@ -93,7 +93,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { =head1 SEE ALSO -L +L This program is a part of debhelper.