diff options
Diffstat (limited to 'tests/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst')
-rwxr-xr-x | tests/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst b/tests/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst new file mode 100755 index 0000000..27be638 --- /dev/null +++ b/tests/t-conffile-prompt/pkg-conff-prompt-0/DEBIAN/postinst @@ -0,0 +1,3 @@ +#!/bin/sh +echo "test modified" >"$DPKG_ROOT/test-conffile" +echo "test modified spaces" >"$DPKG_ROOT/test-conffile with spaces" |