diff options
author | joey <joey> | 2001-12-11 06:13:11 +0000 |
---|---|---|
committer | joey <joey> | 2001-12-11 06:13:11 +0000 |
commit | 768bf86cede6fc8cec8423c094ce86fcba99573e (patch) | |
tree | 826f0e791fdffd8d6df95f7d4ddfc7c57f862cd5 /dh_installwm | |
parent | 088be5d001d899c42b9d572e91198791748e5b46 (diff) | |
download | debhelper-768bf86cede6fc8cec8423c094ce86fcba99573e.tar.gz |
r497: this and that
Diffstat (limited to 'dh_installwm')
-rwxr-xr-x | dh_installwm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installwm b/dh_installwm index 11768563..fdcb150f 100755 --- a/dh_installwm +++ b/dh_installwm @@ -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#:$_:"); |