#!/usr/bin/make -f

override_dh_installdeb:
	dh_installdeb
	rm debian/pop-keyring/DEBIAN/conffiles

%:
	dh $@
