summaryrefslogtreecommitdiffstats
path: root/debian/debhelper/apache2.pm
blob: 204e61c90b15f93bf743d2508e4d962e0a400961 (plain)
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_apache2");

1;