diff options
Diffstat (limited to 'debian/debhelper/apache2.pm')
-rw-r--r-- | debian/debhelper/apache2.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/debhelper/apache2.pm b/debian/debhelper/apache2.pm new file mode 100644 index 0000000..204e61c --- /dev/null +++ b/debian/debhelper/apache2.pm @@ -0,0 +1,8 @@ +#!/usr/bin/perl +use warnings; +use strict; +use Debian::Debhelper::Dh_Lib; + +insert_after("dh_install", "dh_apache2"); + +1; |