#!/usr/bin/make -f

%:
	dh $@ --with bash_completion

execute_after_dh_auto_install:
	$(RM) $(CURDIR)/debian/*/usr/lib/*/liballtray.la
