#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_build:
	rsvg-convert --format png --width 1920 --height 1080 \
		--output themes/based-linux/background.png brand/grub.svg

execute_after_dh_auto_clean:
	rm -f themes/based-linux/background.png

override_dh_missing:
	dh_missing --fail-missing
