File: phpcomposer.pm

package info (click to toggle)
pkg-php-tools 1.49
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: php: 1,737; sh: 501; perl: 444; xml: 184; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl
# debhelper sequence file for PHP Composer

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_before("dh_link", "dh_phpcomposer");

1