#!/usr/bin/make -f

%:
	dh $@


execute_after_dh_install:
	rm debian/node-vue-chartjs/usr/share/nodejs/vue-chartjs/dist/package.json
