summaryrefslogtreecommitdiff
path: root/dh_installwm
diff options
context:
space:
mode:
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#:$_:");