File: runit.pm

package info (click to toggle)
dh-runit 2.16.6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 272 kB
  • sloc: perl: 305; sh: 220; haskell: 49; makefile: 22
file content (11 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (9)
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;