#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_fixperms:
	chmod +x "$(CURDIR)/debian/drraw/usr/lib/cgi-bin/drraw/drraw.cgi"

execute_after_dh_install:
	dh_link usr/share/drraw/icons usr/lib/cgi-bin/drraw/icons
