File: php.pm

package info (click to toggle)
dh-php 5.19
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: perl: 158; sh: 126; makefile: 123
file content (8 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_install", "dh_php");

1;