TT#124273 Use execute_after_ instead of override_ for dh command

This avoids duplicating the call we want to hook into.

Change-Id: I3a7e30f67b9d07bd3eee76dc5f43a24d8a67b344
mr10.2.1
Guillem Jover 4 years ago
parent 13049ba24d
commit b8e90caaa0

3
debian/rules vendored

@ -12,6 +12,5 @@ override_dh_auto_configure:
fi; \
done < prosody-modules.list; \
override_dh_install:
dh_install
execute_after_dh_install:
find debian/ngcp-prosody-modules/ -name README.\* -delete

Loading…
Cancel
Save