#!/usr/bin/make -f

TMP = $(CURDIR)/debian/libhtml-tree-perl

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	$(RM) -r $(TMP)/usr/bin
