summaryrefslogtreecommitdiffstats
path: root/installnss.pm
blob: dc2e044869bbec4c1cd8926bd81bd4d0c84204c8 (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl

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

insert_after("dh_install", "dh_installnss");