diff options
Diffstat (limited to 'tests/t-dir-leftover-parents/pkg-dir-shared-notempty/DEBIAN/postinst')
-rwxr-xr-x | tests/t-dir-leftover-parents/pkg-dir-shared-notempty/DEBIAN/postinst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/t-dir-leftover-parents/pkg-dir-shared-notempty/DEBIAN/postinst b/tests/t-dir-leftover-parents/pkg-dir-shared-notempty/DEBIAN/postinst new file mode 100755 index 0000000..d3cc9ef --- /dev/null +++ b/tests/t-dir-leftover-parents/pkg-dir-shared-notempty/DEBIAN/postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +case "$1" in +configure) + touch "$DPKG_ROOT/test-dir/subdir/subsubdir/file" + ;; +esac |