TT#124273 Use execute_after_ instead of override_ for dh command

This avoids duplicating the call we want to hook into.

Change-Id: Ib0230f9136f9ebdf504f3e5cbd2d38e5f91a0028
mr10.2
Guillem Jover 5 years ago
parent 7a564761ab
commit dc5c010f4f

3
debian/rules vendored

@ -12,8 +12,7 @@
%:
dh $@ --buildsystem=lua --with lua
override_dh_auto_install:
dh_auto_install
execute_after_dh_auto_install:
dh_install scripts/ngcp-dlgcnt-clean /usr/sbin
dh_install scripts/ngcp-dlglist-clean /usr/sbin
dh_install scripts/ngcp-dlgcnt-check /usr/sbin

Loading…
Cancel
Save