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

case "$1" in
configure)
	touch "$DPKG_ROOT/test-dir/subdir/subsubdir/file"
	;;
esac