summaryrefslogtreecommitdiff
path: root/dh_installwm
diff options
context:
space:
mode:
authorjoey <joey>2001-12-11 06:13:11 +0000
committerjoey <joey>2001-12-11 06:13:11 +0000
commit768bf86cede6fc8cec8423c094ce86fcba99573e (patch)
tree826f0e791fdffd8d6df95f7d4ddfc7c57f862cd5 /dh_installwm
parent088be5d001d899c42b9d572e91198791748e5b46 (diff)
r497: this and that
Diffstat (limited to 'dh_installwm')
-rwxr-xr-xdh_installwm2
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#:$_:");