summaryrefslogtreecommitdiff
path: root/smf.pm
blob: a94c1de665cd8e1f87b7e40303650a4a3fdcb888 (plain)
1
2
3
4
5
6
7
8
9
10
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