#!/bin/sh

case "$1" in
configure)
	touch "$DPKG_ROOT/test-dir/test-config-0"
	;;
esac
