#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

%:
	dh $@

override_dh_auto_install:

execute_after_dh_install:
	rm -f debian/node-async/usr/share/nodejs/async*/CHANGELOG.md
	rm -f debian/node-async/usr/share/nodejs/async*/LICENSE
	rm -f debian/node-async/usr/share/nodejs/async*/README.md
