#!/usr/bin/make -f

%:
	dh ${@}

override_dh_install:
	dh_install -X.gitignore -X.pc -X.git* -Xdebian -XREADME* -XLICENSE . /usr/share/icingaweb2/modules/boxydash
