#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@  --with python3

execute_before_dh_install:
	mkdir -p usr/share/icons/hicolor/scalable/apps
	png2svg -v -l -o usr/share/icons/hicolor/scalable/apps/atzlinux-store.svg usr/share/pixmaps/atzlinux-store.png
