summaryrefslogtreecommitdiff
path: root/lib/Debian/Debhelper/Sequence/systemd.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Debian/Debhelper/Sequence/systemd.pm')
-rw-r--r--lib/Debian/Debhelper/Sequence/systemd.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Debian/Debhelper/Sequence/systemd.pm b/lib/Debian/Debhelper/Sequence/systemd.pm
new file mode 100644
index 0000000..6ad0274
--- /dev/null
+++ b/lib/Debian/Debhelper/Sequence/systemd.pm
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+use warnings;
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+insert_after("dh_installinit", "dh_systemd");
+
+1