#!/usr/bin/make -f

%:
	dh $@

override_dh_install:
	dh_install
	find debian/ -name LICENSE -delete
	find debian/ -name AUTHORS -delete

override_dh_fixperms:
	dh_fixperms
	chmod -x debian/elementary-xfce-icon-theme/usr/share/icons/elementary-xfce/actions/symbolic/*.svg
