#!/usr/bin/make -f
# -*- Makefile -*-

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/ -name 'matirx.def' -delete
