summaryrefslogtreecommitdiff
path: root/smf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'smf.pm')
-rw-r--r--smf.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/smf.pm b/smf.pm
new file mode 100644
index 0000000..a94c1de
--- /dev/null
+++ b/smf.pm
@@ -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
+