summaryrefslogtreecommitdiffstats
path: root/tests/t-dir-leftover-deadlock/pkg-dir-shared-0/DEBIAN/postinst
blob: 328e575aa6148e1d1c90111269583060530bfd9c (plain)
1
2
3
4
5
6
7
#!/bin/sh

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