all:

install:
	./create_icons.sh
	find hicolor/ -type d -exec mkdir -p ${DESTDIR}/usr/share/icons/{} \;
	find hicolor/ -type f -name gimp.png -exec cp {} ${DESTDIR}/usr/share/icons/{} \;

deb:
	debuild -uc -us
