#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_install:
	dh_install
	install -D --mode=644 data/config.sample.php $(TMP)/etc/squirrelmail/lockout-config.php
	install -D --mode=644 data/lockout_table.sample.php $(TMP)/etc/squirrelmail/lockout-table.php
