diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Debian/Debhelper/Sequence/systemd.pm | 8 |
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 |