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

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