diff options
Diffstat (limited to 'smf.pm')
-rw-r--r-- | smf.pm | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#! /usr/bin/perl +# debhelper sequence file for dh_python2 + +use warnings; +use strict; +use Debian::Debhelper::Dh_Lib; + +insert_after('dh_installinit', 'dh_smf'); + +1 + |