diff options
-rw-r--r-- | debian/dh-systemd.install | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/dh-systemd.install b/debian/dh-systemd.install index 5e5dc1c..da265a0 100644 --- a/debian/dh-systemd.install +++ b/debian/dh-systemd.install @@ -1,4 +1,6 @@ -usr/bin/dh_systemd +usr/bin/dh_systemd_start +usr/bin/dh_systemd_enable usr/share/perl5/Debian/Debhelper/Sequence/systemd.pm usr/share/debhelper/autoscripts -usr/share/man/man1/dh_systemd.1p +usr/share/man/man1/dh_systemd_start.1p +usr/share/man/man1/dh_systemd_enable.1p |