#!/usr/bin/make -f

%:
	dh $@  --with python3

execute_before_dh_install:
	rm -fv usr/share/atzlinux-store/allpackages.json
	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
