#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_install:
	rm -v debian/*/usr/lib/*/liblwipv6.la
