File: xul_ext.pm

package info (click to toggle)
mozilla-devscripts 0.54.2%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 368 kB
  • sloc: python: 1,324; sh: 106; perl: 41; 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;