diff options
| author | Jeremy Bicha <jbicha@ubuntu.com> | 2017-06-14 15:05:33 -0400 |
|---|---|---|
| committer | Jeremy Bicha <jbicha@ubuntu.com> | 2017-11-12 14:41:02 -0500 |
| commit | 795ec3c0f66f366a80391744d0a1e1840450c566 (patch) | |
| tree | 4a455cc478e0d3e6cafc433a93ec4ff4eb454aca | |
| parent | 7fea3bfeb4fcb50efc9d79018b1cae0d3f2dec08 (diff) | |
Don't install sysvinit scripts
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index b35514e1..304d9749 100755 --- a/debian/rules +++ b/debian/rules @@ -57,11 +57,15 @@ override_dh_auto_configure: override_dh_install: find debian/tmp -name '*.la' -print -delete rm debian/tmp/usr/share/doc/NetworkManager/examples/server.conf + rm -vf $(CURDIR)/debian/tmp/etc/init.d/NetworkManager dh_install override_dh_missing: dh_missing --fail-missing +override_dh_installinit: + dh_installinit --noscripts + override_dh_makeshlibs: dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/NetworkManager/ -X/usr/lib/pppd/ |