summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 6714255cf36532015e8067565c5920d45ad0f3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:
	ln mailgraph.pl mailgraph

override_dh_auto_clean:
	rm -f mailgraph
	dh_auto_clean

override_dh_installsystemd:
	dh_installsystemd -pmailgraph --no-enable --name=mailgraph