summaryrefslogtreecommitdiff
path: root/runit.pm
blob: d434d1bf9c5e5df79a488344124c02af2e006885 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

# dh_runit installs scripts as provided by source package.  It would
# be nice to maintainers to allow them to not worry about executable
# bit.
insert_before('dh_fixperms', 'dh_runit');

1;