summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit1
1 files changed, 0 insertions, 1 deletions
diff --git a/dh_runit b/dh_runit
index 6bce272..5dbbb6e 100755
--- a/dh_runit
+++ b/dh_runit
@@ -52,7 +52,6 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) {
52 my $tmp = tmpdir($pkg); 52 my $tmp = tmpdir($pkg);
53 my $sv_dir = "$tmp/etc/sv"; 53 my $sv_dir = "$tmp/etc/sv";
54 54
55 runit_autoscript($pkg, 'preinst', '');
56 install_dir($sv_dir); 55 install_dir($sv_dir);
57 56
58 for (@entries) { 57 for (@entries) {