#!/usr/bin/make -f

pkg := $(shell dpkg-parsechangelog --show-field=Source)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	rm --verbose $(CURDIR)/debian/$(pkg)/usr/bin/generate-crypted-password
	# delete the empty directory as well
	rmdir --verbose $(CURDIR)/debian/$(pkg)/usr/bin
