File: xul_ext.pm

package info (click to toggle)
mozilla-devscripts 0.47
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 368 kB
  • ctags: 122
  • sloc: python: 1,156; sh: 106; perl: 36; makefile: 31
file content (8 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (8)
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_xul-ext");

1;