File: nodejs.pm

package info (click to toggle)
nodejs 24.11.1%2Bdfsg%2B~cs24.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 252,928 kB
  • sloc: cpp: 1,728,964; javascript: 473,397; ansic: 113,512; python: 60,329; sh: 4,344; makefile: 3,026; asm: 1,728; pascal: 1,562; perl: 494; lisp: 222; xml: 39
file content (10 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/perl
# debhelper sequence file for dh_nodejs

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

insert_before("dh_installinit", "dh_nodejs");

1